File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333 make DESTDIR="$(pwd)"/_dest install
3434
3535 - name : Upload
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 with :
3838 name : install
3939 path : _dest/
8080 exit $?
8181 done
8282 ls -la
83- - uses : actions/download-artifact@v5
83+ - uses : actions/download-artifact@v6
8484 with :
8585 name : install
8686 path : install
9494 tar -C ../install -cf - . | tar xf - &&
9595 tar cvf - * .[0-9A-Za-z]* | gzip -1 >../git-sdk-x86_64-minimal.tar.gz
9696 - name : upload minimal-sdk artifact
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : minimal-sdk
100100 path : git-sdk-x86_64-minimal.tar.gz
@@ -107,7 +107,7 @@ jobs:
107107 echo "result=$(tar Oxf git-artifacts.tar.gz git/bin-wrappers/git |
108108 sed -n 's|^GIT_EXEC_PATH='\''\(.*\)/git'\''$|\1|p')" >>$GITHUB_OUTPUT
109109 - name : upload git artifacts for testing
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v5
111111 with :
112112 name : git-artifacts
113113 path : git-artifacts.tar.gz
@@ -169,7 +169,7 @@ jobs:
169169 msys2 -c 'pacman --noconfirm -Suu'
170170
171171 - name : Download msys2-runtime artifact
172- uses : actions/download-artifact@v5
172+ uses : actions/download-artifact@v6
173173 with :
174174 name : install
175175 path : ${{ steps.msys2.outputs.msys2-location }}
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168
169169 # upload test logs to facilitate investigation of problems
170170 - name : Upload test logs
171- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@v5
172172 with :
173173 name : testlogs
174174 path : |
Original file line number Diff line number Diff line change 2323
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/download-artifact@v5
26+ - uses : actions/download-artifact@v6
2727 with :
2828 name : ${{ inputs.msys2-runtime-artifact-name }}
2929 path : ${{ runner.temp }}/artifacts
@@ -190,7 +190,7 @@ jobs:
190190 screenshot $bounds "ui-tests/screenshot.png"
191191 - name : Upload test results
192192 if : always()
193- uses : actions/upload-artifact@v4
193+ uses : actions/upload-artifact@v5
194194 with :
195195 name : ui-tests-${{ matrix.os }}
196196 path : ui-tests
You can’t perform that action at this time.
0 commit comments