File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments