Skip to content

Commit 1944c7e

Browse files
Bump actions/download-artifact from 6 to 7 (#323)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ddc456 commit 1944c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
release_name: Version ${{ github.ref }}
5050

5151
- name: Download release artifacts from ubuntu-24.04
52-
uses: actions/download-artifact@v6
52+
uses: actions/download-artifact@v7
5353
with:
5454
name: release-ubuntu-24.04
5555
path: release/ubuntu-24.04
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Download release artifacts from macos-14
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: release-macos-14
7474
path: release/macos-14
@@ -87,7 +87,7 @@ jobs:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Download release artifacts from windows-2025
90-
uses: actions/download-artifact@v6
90+
uses: actions/download-artifact@v7
9191
with:
9292
name: release-windows-2025
9393
path: release/windows-2025

0 commit comments

Comments
 (0)