Skip to content

Commit a52322a

Browse files
Bump actions/download-artifact from 4 to 6 (#279)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7900c35 commit a52322a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
is-high-risk-environment: true
4545
ref: ${{ github.sha }}
4646
- name: Restore build artifacts
47-
uses: actions/download-artifact@v4
47+
uses: actions/download-artifact@v6
4848
with:
4949
name: publish-release-artifacts-${{ github.sha }}
5050
- name: Dry Run Publish
@@ -67,7 +67,7 @@ jobs:
6767
is-high-risk-environment: true
6868
ref: ${{ github.sha }}
6969
- name: Restore build artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v6
7171
with:
7272
name: publish-release-artifacts-${{ github.sha }}
7373
- name: Publish

0 commit comments

Comments
 (0)