Chore(deps): Bump actions/download-artifact from 4 to 5 (#2303)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Aug 2025 14:57:50 +0000 (16:57 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 14:57:50 +0000 (16:57 +0200)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index 71a41098a1ad6cdeeefc2f4a097d83567b7fee3b..1f933c50ea8eaf0424a7b4e8b8641414e49176df 100644 (file)
@@ -70,7 +70,7 @@ jobs:
     steps:
       - name: Retrieve release distributions
         if: ${{ github.event.release.prerelease == false }}
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v5
         with:
           name: release-dists
           path: dist/
@@ -92,7 +92,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4.1.4
       - name: Retrieve release distributions
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v5
         with:
           name: release-dists
           path: dist/