Skip to content

Commit 2fc2839

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a49a2c commit 2fc2839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
############################
281281
# Restore base and hub #
282282
############################
283-
- uses: actions/download-artifact@v4
283+
- uses: actions/download-artifact@v5
284284
with:
285285
name: ubuntu-base-and-hub
286286

@@ -497,7 +497,7 @@ jobs:
497497
############################
498498
# Restore base and hub #
499499
############################
500-
- uses: actions/download-artifact@v4
500+
- uses: actions/download-artifact@v5
501501
with:
502502
name: windows-base-and-hub
503503
- name: Restore base and hub

0 commit comments

Comments
 (0)