Skip to content

Commit b886e50

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 8
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>
1 parent 09dceae commit b886e50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 0
106106

107107
- name: 'Download all artifacts'
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v8
109109
with:
110110
path: artifacts
111111
pattern: artifacts-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
git config --global user.name "github-actions[bot]"
185185
186186
- name: 'Download all artifacts'
187-
uses: actions/download-artifact@v4
187+
uses: actions/download-artifact@v8
188188
with:
189189
path: artifacts
190190
pattern: artifacts-*

0 commit comments

Comments
 (0)