From 058c4e279591fea138fa6c0febfca45eae0a4528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:03:34 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0686b9..486f6bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: with: submodules: "recursive" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: ${{ env.artifact_name }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8bf29b..1af1277 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: with: submodules: "recursive" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: ${{ env.artifact_name }} @@ -73,7 +73,7 @@ jobs: token: ${{secrets.GITHUB_TOKEN}} always-auth: true - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: ${{ env.artifact_name }}