File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
| gzip > docker.tar.gz
163
163
164
164
- name : cache
165
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
165
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
166
166
with :
167
167
name : docker.tar.gz
168
168
path : docker.tar.gz
Original file line number Diff line number Diff line change 51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : " Upload artifact"
54
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
54
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
55
55
with :
56
56
name : SARIF file
57
57
path : results.sarif
Original file line number Diff line number Diff line change 50
50
make kind-e2e-test
51
51
52
52
- name : Upload e2e junit-reports ${{ inputs.variation }}
53
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
53
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
54
54
if : success() || failure()
55
55
with :
56
56
name : e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}
You can’t perform that action at this time.
0 commit comments