File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ jobs:
107107
108108 - name : Upload Heap Snapshots
109109 if : ${{ !cancelled() }}
110- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
111111 with :
112112 name : Heap Snapshots
113113 path : ' **/*.heapsnapshot'
114114 if-no-files-found : ignore
115115
116116 - name : Upload Test Results
117117 if : always()
118- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119 with :
120120 name : Test Results (${{ inputs.testfilter }})
121121 path : test-*.xml
Original file line number Diff line number Diff line change 4141 working-directory : ./execution-apis
4242
4343 - name : Upload openrpc.json as an artifact
44- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545 with :
4646 name : openrpc
4747 path : ./execution-apis/openrpc.json
Original file line number Diff line number Diff line change 7777
7878 - name : Upload logs to GitHub
7979 if : ${{ always() && !cancelled() }}
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181 with :
8282 name : logs.tgz
8383 path : ./logs.tgz
Original file line number Diff line number Diff line change 4848 working-directory : ./execution-apis
4949
5050 - name : Upload openrpc.json as an artifact
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : openrpc
5454 path : ./execution-apis/refs-openrpc.json
Original file line number Diff line number Diff line change 8585
8686 - name : Upload Test Results
8787 if : always()
88- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 with :
9090 name : Test Results
9191 path : test-*.xml
Original file line number Diff line number Diff line change 8686 run : tar -czf ${{ env.PACKAGE_NAME }}-v${{env.TAG}}.tgz -C ./packages .
8787
8888 - name : Upload artifact
89- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090 with :
9191 name : ${{ env.PACKAGE_NAME }}-v${{env.TAG}}
9292 path : ./*.tgz
Original file line number Diff line number Diff line change 5050
5151 - name : Upload Heap Snapshots
5252 if : ${{ !cancelled() }}
53- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
53+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5454 with :
5555 name : Heap Snapshots
5656 path : ' **/*.heapsnapshot'
You can’t perform that action at this time.
0 commit comments