Skip to content

Commit 6a82846

Browse files
build(deps): bump actions/download-artifact from 4 to 8 (#24)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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> Co-authored-by: Mathis <154886644+echobt@users.noreply.github.com>
1 parent e9b7062 commit 6a82846

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-r2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ jobs:
112112
113113
- name: Download artifacts from a release workflow run
114114
if: inputs.release_run_id != ''
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v8
116116
with:
117117
path: artifacts
118118
run-id: ${{ inputs.release_run_id }}
119119
github-token: ${{ secrets.GITHUB_TOKEN }}
120120

121121
- name: Download artifacts from this workflow
122122
if: inputs.release_run_id == ''
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v8
124124
with:
125125
path: artifacts
126126

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
git push origin ${{ needs.prepare.outputs.tag }} || true
336336
337337
- name: Download all artifacts
338-
uses: actions/download-artifact@v4
338+
uses: actions/download-artifact@v8
339339
with:
340340
path: artifacts
341341

0 commit comments

Comments
 (0)