File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Upload JSON test Results
151151 if : always()
152- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
153153 with :
154154 name : ' all_modules.report.${{ matrix.os }}.${{ matrix.go_version }}'
155155 path : ${{ env.TEST_REPORT }}
@@ -176,7 +176,7 @@ jobs:
176176 cache : true
177177
178178 - name : Download all JSON artifacts
179- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
179+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
180180 with :
181181 run-id : " ${{ github.run_id }}"
182182 pattern : " all_modules.report.*"
@@ -244,7 +244,7 @@ jobs:
244244 #
245245 # They also handle the storage of past test reports, so as to assess flaky tests.
246246 - name : Publish Test Summary Results
247- uses : ctrf-io/github-test-reporter@9bd31188517cfb3ff683f135041cc3bfbb0c78b3 # v1.0.25
247+ uses : ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
248248 with :
249249 report-path : ' reports/ctrf_report_*.json'
250250 use-suite-name : true
You can’t perform that action at this time.
0 commit comments