File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 run : yarn build
3636
3737 - name : Save target (artifact)
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : artifact-${{ github.run_id }}
4141 retention-days : 1
5656 uses : actions/checkout@v4
5757
5858 - name : Restore target
59- uses : actions/download-artifact@v3
59+ uses : actions/download-artifact@v4
6060 with :
6161 name : artifact-${{ github.run_id }}
6262
7272
7373 - name : Push coverage
7474 if : github.ref == 'refs/heads/master'
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : artifact-${{ github.run_id }}
7878 retention-days : 1
9292 uses : actions/checkout@v4
9393
9494 - name : Restore target
95- uses : actions/download-artifact@v3
95+ uses : actions/download-artifact@v4
9696 with :
9797 name : artifact-${{ github.run_id }}
9898 - uses : actions/setup-node@v4
@@ -119,7 +119,7 @@ jobs:
119119 with :
120120 persist-credentials : false
121121 - name : Restore target
122- uses : actions/download-artifact@v3
122+ uses : actions/download-artifact@v4
123123 with :
124124 name : artifact-${{ github.run_id }}
125125 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments