Skip to content

Commit 5ff2d81

Browse files
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] <[email protected]>
1 parent d93b12d commit 5ff2d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Remove old file from Ubuntu
7676
run: rm -f builds/iconify
7777

78-
- uses: actions/download-artifact@v4
78+
- uses: actions/download-artifact@v5
7979
with:
8080
name: iconify
8181
path: builds
@@ -95,7 +95,7 @@ jobs:
9595
- name: Remove old file
9696
run: rm -f builds/iconify
9797

98-
- uses: actions/download-artifact@v4
98+
- uses: actions/download-artifact@v5
9999
with:
100100
name: iconify
101101
path: builds

0 commit comments

Comments
 (0)