Skip to content

Commit f49c7bc

Browse files
Update actions/download-artifact action to v5
1 parent d4cdc02 commit f49c7bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
ref: ${{ needs.get-ref.outputs.ref }}
248248

249249
- name: Download artifacts
250-
uses: actions/download-artifact@v4
250+
uses: actions/download-artifact@v5
251251
with:
252252
path: dist
253253

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Download all artifacts
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
path: dist
145145

0 commit comments

Comments
 (0)