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 2222 run : yarn build
2323
2424 - name : Save artifact
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : artifact-${{ github.run_id }}
2828 retention-days : 1
4343 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
4545 - name : Restore artifact
46- uses : actions/download-artifact@v4
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@v4
64+ uses : actions/upload-artifact@v5
6565 with :
6666 name : artifact-${{ github.run_id }}
6767 retention-days : 1
8383 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8484
8585 - name : Restore artifact
86- uses : actions/download-artifact@v4
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@v4
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