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 @@ -100,7 +100,7 @@ jobs:
100100 CPU_LIMIT : ${{ inputs.cpuLimit }}
101101 FORK : ${{ inputs.fork }}
102102
103- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
103+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
104104 if : always()
105105 with :
106106 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
21+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
2222 with :
2323 path : artifacts
2424
6262 author_name : github-actions
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464
65- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
65+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6666 if : always()
6767 with :
6868 name : ${{ inputs.scenarioName }}-report
You can’t perform that action at this time.
0 commit comments