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 @@ -416,19 +416,19 @@ jobs:
416416 if : success() || failure()
417417 steps :
418418 - name : Download unit test coverage reports
419- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
419+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
420420 with :
421421 name : unit-coverage-reports
422422 path : unit-coverage
423423
424424 - name : Download unit test coverage reports
425- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
425+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
426426 with :
427427 name : slow-unit-coverage-reports
428428 path : slow-unit-coverage
429429
430430 - name : Download integration test coverage reports
431- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
431+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
432432 with :
433433 name : integration-coverage-reports
434434 path : integration-coverage
You can’t perform that action at this time.
0 commit comments