Skip to content

Commit 1ec8176

Browse files
Merge pull request josueBarretogit#197 from josueBarretogit/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 8bd37e3 + 9fab450 commit 1ec8176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: build
5252
steps:
5353
- name: Download artifact
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
path: releases
5757
pattern: release-*

0 commit comments

Comments
 (0)