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 @@ -389,7 +389,7 @@ jobs:
389389
390390 - name : Store coverage reports
391391 if : needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
392- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
392+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
393393 with :
394394 name : ${{ matrix.test }}-coverage
395395 path : |
@@ -540,7 +540,7 @@ jobs:
540540
541541 - name : Store coverage reports
542542 if : needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
543- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
543+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
544544 with :
545545 name : ${{ matrix.test }}-coverage
546546 path : |
@@ -567,7 +567,7 @@ jobs:
567567
568568 - name : Get backend coverage reports
569569 if : needs.changes.outputs.backend == 'true'
570- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
570+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
571571 with :
572572 path : ${{ github.workspace }}/tests_coverage
573573
You can’t perform that action at this time.
0 commit comments