From 3683b82a4c0589db3cf5a791926871633ee20326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:46:32 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/example.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 08dd528..2560cc2 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -27,7 +27,7 @@ jobs: node-version-file: ".nvmrc" - run: yarn install - run: yarn build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: dist path: dist/index.js @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: dist path: dist # overwrite dist/index.js @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: dist path: dist # overwrite dist/index.js @@ -152,7 +152,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: dist path: dist # overwrite dist/index.js