File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run : yarn build
2323
2424 - name : Save artifact
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v6
2626 with :
2727 name : artifact-${{ github.run_id }}
2828 retention-days : 1
4141 - uses : actions/checkout@v3
4242
4343 - name : Restore artifact
44- uses : actions/download-artifact@v3
44+ uses : actions/download-artifact@v7
4545 with :
4646 name : artifact-${{ github.run_id }}
4747
5555
5656 - name : Update coverage
5757 if : github.ref == 'refs/heads/master'
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : artifact-${{ github.run_id }}
6161 retention-days : 1
7676 - uses : actions/checkout@v3
7777
7878 - name : Restore artifact
79- uses : actions/download-artifact@v3
79+ uses : actions/download-artifact@v7
8080 with :
8181 name : artifact-${{ github.run_id }}
8282
@@ -102,7 +102,7 @@ jobs:
102102 persist-credentials : false
103103
104104 - name : Restore artifact
105- uses : actions/download-artifact@v3
105+ uses : actions/download-artifact@v7
106106 with :
107107 name : artifact-${{ github.run_id }}
108108
You can’t perform that action at this time.
0 commit comments