File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ jobs:
464464 exit ${PIPESTATUS[0]}
465465
466466 - name : Upload coverage artifact
467- uses : actions/upload-artifact@ea165f2524e81b1a7f1f18e1bdb77f0840c18dd9 # v4
467+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
468468 with :
469469 name : backend-coverage
470470 path : backend/coverage.txt
@@ -500,7 +500,7 @@ jobs:
500500 exit ${PIPESTATUS[0]}
501501
502502 - name : Upload coverage artifact
503- uses : actions/upload-artifact@ea165f2524e81b1a7f1f18e1bdb77f0840c18dd9 # v4
503+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
504504 with :
505505 name : frontend-coverage
506506 path : frontend/coverage
@@ -546,19 +546,19 @@ jobs:
546546 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
547547
548548 - name : Download backend coverage artifact
549- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
549+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
550550 with :
551551 name : backend-coverage
552552 path : backend/
553553
554554 - name : Download frontend coverage artifact
555- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
555+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
556556 with :
557557 name : frontend-coverage
558558 path : frontend/coverage
559559
560560 - name : Download E2E coverage artifact
561- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
561+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
562562 with :
563563 name : e2e-coverage
564564 path : coverage/e2e
You can’t perform that action at this time.
0 commit comments