From 7c6c300d86fa9bed09764a1ed6413ec8aec8ef73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:54:46 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 61b3efc..1dfaa1c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -58,7 +58,7 @@ jobs: auth-token-key: NPM_ACCESS_TOKEN steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: rafters.tgz - id: tool-versions @@ -84,7 +84,7 @@ jobs: - build - publish steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v8 with: name: rafters.tgz - run: |