Skip to content

Commit f990058

Browse files
Merge pull request #122 from TheDragonCode/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4a91a53 + 6f5ff03 commit f990058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Remove old file
8282
run: rm -f builds/notifications
8383

84-
- uses: actions/download-artifact@v4
84+
- uses: actions/download-artifact@v5
8585
with:
8686
name: notifications
8787
path: builds

0 commit comments

Comments
 (0)