From 3e5a205f5e7b5d2327da6d8f20123e17645cf43d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:09:11 +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 2560cc2..7403445 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@v6 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/index.js @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: dist path: dist # overwrite dist/index.js @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 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@v7 + - uses: actions/download-artifact@v8 with: name: dist path: dist # overwrite dist/index.js