Skip to content

Commit 1299c97

Browse files
chore(deps): update actions/download-artifact action to v5 (#7950)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44553b3 commit 1299c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Download version
1616
if: github.event_name == 'workflow_run'
17-
uses: actions/download-artifact@v4
17+
uses: actions/download-artifact@v5
1818
with:
1919
name: version
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)