File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 - name : Upload artifacts
6363 if : ${{ !success() }}
64- uses : actions/upload-artifact@v5
64+ uses : actions/upload-artifact@v6
6565 with :
6666 name : logs-${{ inputs.test-name }}
6767 path : ./logs/${{ inputs.test-name }}/pwru-*
Original file line number Diff line number Diff line change 3030 make release
3131
3232 - name : Store executable
33- uses : actions/upload-artifact@b340c4ff4638505212095ac024653b8ce841caf5
33+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3434 with :
3535 name : pwru
3636 path : release/pwru-linux-*.tar.gz
4444 done
4545
4646 - name : Store test-app
47- uses : actions/upload-artifact@b340c4ff4638505212095ac024653b8ce841caf5
47+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
4848 with :
4949 name : test-app
5050 path : test-app/test-app-*
@@ -105,12 +105,12 @@ jobs:
105105 fi
106106
107107 - name : Retrieve stored pwru executable
108- uses : actions/download-artifact@623bd53c6d32d4419063a1e156824a9b8cf2febf
108+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
109109 with :
110110 name : pwru
111111
112112 - name : Retrieve stored test-app executable
113- uses : actions/download-artifact@623bd53c6d32d4419063a1e156824a9b8cf2febf
113+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
114114 with :
115115 name : test-app
116116
Original file line number Diff line number Diff line change 2020 done
2121
2222 - name : Upload PWRU logs
23- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
23+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2424 with :
2525 name : pwru-log
2626 path : pwru*.log
You can’t perform that action at this time.
0 commit comments