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@v5
2626 with :
2727 name : artifact-${{ github.run_id }}
2828 retention-days : 1
4343 uses : actions/checkout@v3
4444
4545 - name : Restore artifact
46- uses : actions/download-artifact@v3
46+ uses : actions/download-artifact@v6
4747 with :
4848 name : artifact-${{ github.run_id }}
4949
6161
6262 - name : Update coverage
6363 if : github.ref == 'refs/heads/master'
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v5
6565 with :
6666 name : artifact-${{ github.run_id }}
6767 retention-days : 1
8383 uses : actions/checkout@v3
8484
8585 - name : Restore artifact
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v6
8787 with :
8888 name : artifact-${{ github.run_id }}
8989
@@ -113,7 +113,7 @@ jobs:
113113 persist-credentials : false
114114
115115 - name : Restore artifact
116- uses : actions/download-artifact@v3
116+ uses : actions/download-artifact@v6
117117 with :
118118 name : artifact-${{ github.run_id }}
119119
You can’t perform that action at this time.
0 commit comments