Skip to content

Commit c58efbb

Browse files
Merge pull request #12 from TheDragonCode/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents d4436f9 + 2908189 commit c58efbb

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

0 commit comments

Comments
 (0)