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 @@ -19,15 +19,15 @@ jobs:
1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
2121 - name : Download Artifacts
22- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
22+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
2323 with :
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
2525 run-id : ${{ github.event.workflow_run.id }}
2626 name : coverage-${{ github.event.workflow_run.id }}
2727 path : coverage
2828
2929 - name : Download main Artifacts
30- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
30+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
3131 with :
3232 github-token : ${{ secrets.GITHUB_TOKEN }}
3333 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 3535 continue-on-error : true
3636
3737 - name : Upload Coverage
38- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
38+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3939 with :
4040 name : coverage-${{ github.run_id }}
4141 path : coverage
6969 continue-on-error : true
7070
7171 - name : Upload Coverage
72- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
72+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7373 with :
7474 name : coverage-main
7575 path : coverage
You can’t perform that action at this time.
0 commit comments