Skip to content

Commit bab7026

Browse files
authored
Merge pull request #328 from Infarh/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 5 to 7
2 parents 8cece32 + bba1e9d commit bab7026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Get artifact
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v7
6868
id: download
6969
with:
7070
name: Release
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Get artifact
83-
uses: actions/download-artifact@v5
83+
uses: actions/download-artifact@v7
8484
id: download
8585
with:
8686
name: Release

0 commit comments

Comments
 (0)