Skip to content

Commit 1fa1cee

Browse files
authored
Merge pull request #307 from danger/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 2fc3cf3 + 38a6e53 commit 1fa1cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Download Artifact lib
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v5
4242
with:
4343
name: lib
4444

0 commit comments

Comments
 (0)