Skip to content

Commit 6200470

Browse files
Merge pull request #28 from raymondEhlers/dependabot/github_actions/actions-c836e40089
Bump actions/download-artifact from 4 to 5 in the actions group
2 parents feab901 + eedcc27 commit 6200470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name == 'release' && github.event.action == 'published'
4040

4141
steps:
42-
- uses: actions/download-artifact@v4
42+
- uses: actions/download-artifact@v5
4343
with:
4444
name: Packages
4545
path: dist

0 commit comments

Comments
 (0)