Skip to content

Commit d6d1c00

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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] <[email protected]>
1 parent 5fd1d3a commit d6d1c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ jobs:
530530
uses: actions/checkout@v5
531531

532532
- name: Download all artifacts
533-
uses: actions/download-artifact@v4
533+
uses: actions/download-artifact@v6
534534
with:
535535
path: artifacts
536536

.github/workflows/test-release-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Download all test artifacts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
path: test-artifacts
144144

0 commit comments

Comments
 (0)