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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
182
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
102
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
167
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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 @@ -150,7 +150,7 @@ jobs:
150
150
fi
151
151
152
152
- name : Upload Artifacts
153
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
153
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
154
154
with :
155
155
name : results-${{ matrix.type }}
156
156
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
55
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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