Chore(deps): Bump actions/download-artifact from 5 to 6 (#2558)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 Oct 2025 19:22:55 +0000 (20:22 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 19:22:55 +0000 (20:22 +0100)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index 72b83a663d231a3a61efc4d7f50085d2fcbe319b..be3d6b2d9d50555e946ded603c73892638669048 100644 (file)
@@ -182,7 +182,7 @@ jobs:
           fetch-depth: 0
 
       - name: Download distributions
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           name: release-dists
           path: dist/
@@ -284,7 +284,7 @@ jobs:
       id-token: write
     steps:
       - name: Download distributions
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           name: release-dists
           path: dist/
@@ -306,7 +306,7 @@ jobs:
           ref: ${{ needs.validate-and-build.outputs.branch }}
 
       - name: Download distributions
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           name: release-dists
           path: dist/