File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
if : always()
180
180
181
181
- name : Upload Scan Results
182
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
182
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
183
183
continue-on-error : true
184
184
with :
185
185
name : scan-results-${{ inputs.image }}
Original file line number Diff line number Diff line change 99
99
token : ${{ secrets.CODECOV_TOKEN }}
100
100
101
101
- name : Upload Coverage Report
102
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
103
103
with :
104
104
name : cover-${{ github.run_id }}.html
105
105
path : ${{ github.workspace }}/cover.html
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
165
165
- name : Upload profile to GitHub
166
166
if : ${{ inputs.enable-experimental }}
167
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
167
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
168
168
with :
169
169
name : conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}
170
170
path : ./tests/conformance-profile.yaml
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
fi
148
148
149
149
- name : Upload Artifacts
150
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
150
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
151
151
with :
152
152
name : results-${{ matrix.type }}
153
153
path : tests/results/**/*-${{ matrix.type }}.*
Original file line number Diff line number Diff line change 52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : " Upload artifact"
55
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
55
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
You can’t perform that action at this time.
0 commit comments