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 artifact
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : artifact-${{ github.run_id }}
4141 retention-days : 1
5454 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555
5656 - name : Restore artifact
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v7
5858 with :
5959 name : artifact-${{ github.run_id }}
6060
6767
6868 - name : Update coverage
6969 if : github.ref == 'refs/heads/master'
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : artifact-${{ github.run_id }}
7373 retention-days : 1
8888 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8989
9090 - name : Restore artifact
91- uses : actions/download-artifact@v4
91+ uses : actions/download-artifact@v7
9292 with :
9393 name : artifact-${{ github.run_id }}
9494
@@ -114,7 +114,7 @@ jobs:
114114 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115115
116116 - name : Restore artifact
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v7
118118 with :
119119 name : artifact-${{ github.run_id }}
120120
You can’t perform that action at this time.
0 commit comments