Skip to content

Commit f35c88c

Browse files
Merge pull request #8 from TheDragonCode/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 36b6a3a + 50a1730 commit f35c88c

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@v5
78+
- uses: actions/download-artifact@v6
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@v5
98+
- uses: actions/download-artifact@v6
9999
with:
100100
name: iconify
101101
path: builds

0 commit comments

Comments
 (0)