Skip to content

Commit 2908189

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ef0c65 commit 2908189

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)