Skip to content

Commit a889ae7

Browse files
Merge pull request #5 from TheDragonCode/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d93b12d + 5ff2d81 commit a889ae7

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)