File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 echo "::endgroup::"
180180
181181 - name : Publish Snyk Reports
182- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
182+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
183183 if : ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
184184 with :
185185 name : Snyk Reports
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 files : ' junit.xml'
115115
116116 - name : Publish Unit Test Coverage Report
117- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
117+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
118118 if : ${{ inputs.enable-unit-tests && !cancelled() }}
119119 with :
120120 name : Unit Test Coverage Report
@@ -171,14 +171,14 @@ jobs:
171171 files : ' junit-integration.xml'
172172
173173 - name : Publish Integration Coverage Report
174- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
174+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
175175 if : ${{ inputs.enable-integration-tests && !cancelled() }}
176176 with :
177177 name : Integration Coverage Report
178178 path : ' coverage/integration'
179179
180180 - name : Publish Test Reports
181- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
181+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
182182 if : ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
183183 with :
184184 name : Test Reports
You can’t perform that action at this time.
0 commit comments