Skip to content

Commit 0457704

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#2581)
1 parent ef15a5e commit 0457704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compilers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
run: pip install tabulate pandas
216216

217217
- name: Download reports
218-
uses: actions/download-artifact@v5
218+
uses: actions/download-artifact@v6
219219
with:
220220
pattern: compat-*
221221
path: .github/compat/new

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
echo "ostag=$ostag" >> $GITHUB_OUTPUT
464464
465465
- name: Download pre-built binaries
466-
uses: actions/download-artifact@v5
466+
uses: actions/download-artifact@v6
467467
with:
468468
name: bin-${{ steps.ostag.outputs.ostag }}
469469
path: bin
@@ -607,7 +607,7 @@ jobs:
607607
echo "ostag=$ostag" >> $GITHUB_OUTPUT
608608
609609
- name: Download artifacts
610-
uses: actions/download-artifact@v5
610+
uses: actions/download-artifact@v6
611611
with:
612612
path: ${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }}
613613

0 commit comments

Comments
 (0)