Skip to content

Commit 07b5b04

Browse files
Bump actions/download-artifact from 5 to 6 (#1930)
1 parent 4d34d3d commit 07b5b04

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
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v5
8383

8484
- name: 💾 Download artifacts
85-
uses: actions/download-artifact@v5
85+
uses: actions/download-artifact@v6
8686
with:
8787
pattern: artifact-*
8888
merge-multiple: true

.github/workflows/push_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "VERSION=$(tr -d '\n' < .version)" >> $GITHUB_ENV
7171
7272
- name: 💾 Download artifacts
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
pattern: artifact-*
7676
path: all-artifacts

0 commit comments

Comments
 (0)