Chore(deps): Bump actions/download-artifact from 6 to 7 (#2816)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 20:42:55 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 20:42:55 +0000 (21:42 +0100)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  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 719b33faf2041c4e34edd4b9d8d6bd6712fe7f1d..e6411555c7b5b6d81e41fa7cbda9f2ab24163206 100644 (file)
@@ -189,7 +189,7 @@ jobs:
           fetch-depth: 0
 
       - name: Download distributions
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v7
         with:
           name: release-dists
           path: dist/
@@ -292,7 +292,7 @@ jobs:
       id-token: write
     steps:
       - name: Download distributions
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v7
         with:
           name: release-dists
           path: dist/
@@ -314,7 +314,7 @@ jobs:
           ref: ${{ needs.validate-and-build.outputs.branch }}
 
       - name: Download distributions
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v7
         with:
           name: release-dists
           path: dist/