File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 run : |
5959 make inspect-image/r-ver-test-"${{ env.TAG }}"
6060 - name : Upload artifacts
61- uses : actions/upload-artifact@v5
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : tmp-${{ matrix.tag }}${{ matrix.platforms == 'linux/arm64' && '-arm' || '' }}
6464 path : tmp
Original file line number Diff line number Diff line change 5959 IMAGELIST_NAME="${{ matrix.r_version }}-${{ matrix.group }}.tsv" \
6060 make inspect-image-all
6161 - name : Upload artifacts
62- uses : actions/upload-artifact@v5
62+ uses : actions/upload-artifact@v6
6363 with :
6464 name : tmp-${{ matrix.r_version }}-${{ matrix.group }}
6565 path : tmp
8181 IMAGELIST_NAME="experimental.tsv" \
8282 make inspect-image-all
8383 - name : Upload artifacts
84- uses : actions/upload-artifact@v5
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : tmp-experimental
8787 path : tmp
@@ -116,7 +116,7 @@ jobs:
116116 make --always-make wiki-home
117117 - name : Upload artifacts
118118 if : github.event_name == 'pull_request'
119- uses : actions/upload-artifact@v5
119+ uses : actions/upload-artifact@v6
120120 with :
121121 name : reports
122122 path : reports
Original file line number Diff line number Diff line change 6060 run : |
6161 make inspect-image/"${{ steps.prep.outputs.output_tag }}"
6262 - name : Upload artifacts
63- uses : actions/upload-artifact@v5
63+ uses : actions/upload-artifact@v6
6464 with :
6565 name : tmp-${{ steps.prep.outputs.output_tag }}
6666 path : tmp
You can’t perform that action at this time.
0 commit comments