Skip to content

Commit 7c56032

Browse files
Bump actions/download-artifact from 6 to 7 (#237)
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 6ef4303 commit 7c56032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v6
5454

5555
# must be after checkout because it will remove artifacts
56-
- uses: actions/download-artifact@v6
56+
- uses: actions/download-artifact@v7
5757
with:
5858
merge-multiple: true
5959
path: all-artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v6
6464

6565
# must be after checkout because it will remove artifacts
66-
- uses: actions/download-artifact@v6
66+
- uses: actions/download-artifact@v7
6767
with:
6868
merge-multiple: true
6969
path: all-artifacts

0 commit comments

Comments
 (0)