File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255
255
details_url : https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
256
256
257
257
- name : Upload test logs
258
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
258
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
259
259
with :
260
260
name : e2e-test-logs
261
261
path : " ${{ github.workspace }}/**/*.log"
Original file line number Diff line number Diff line change 55
55
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
56
56
# format to the repository Actions tab.
57
57
- name : " Upload artifact"
58
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.pre.node20
58
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.pre.node20
59
59
with :
60
60
name : SARIF file
61
61
path : results.sarif
Original file line number Diff line number Diff line change 47
47
NODE_POOL_SIZE : 1
48
48
49
49
- name : Upload test logs
50
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
50
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
51
51
if : ${{ always() }}
52
52
with :
53
53
name : e2e-test-logs
Original file line number Diff line number Diff line change 45
45
run : make smoke-test
46
46
47
47
- name : Upload test logs
48
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
48
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
49
49
if : ${{ always() }}
50
50
with :
51
51
name : smoke-test-logs ${{ inputs.runs-on }}-${{ inputs.kubernetesVersion }}
You can’t perform that action at this time.
0 commit comments