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 @@ -103,7 +103,7 @@ jobs:
103103 FORK : ${{ inputs.fork }}
104104 WAIT_FOR_URL : ${{ inputs.waitForUrl }}
105105
106- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
106+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
107107 if : always()
108108 with :
109109 name : ${{ inputs.scenarioName }}_${{ inputs.gateway }}
Original file line number Diff line number Diff line change 1818
1919 - name : download artifacts
2020 id : download
21- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
21+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
2222 with :
2323 path : artifacts
2424
6262 author_name : github-actions
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464
65- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
65+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6666 if : always()
6767 with :
6868 name : ${{ inputs.scenarioName }}-report
You can’t perform that action at this time.
0 commit comments