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@v6
25+ uses : actions/upload-artifact@v7
2626 with :
2727 name : build-${{ github.sha }}
2828 retention-days : 1
4242 - uses : actions/checkout@v6
4343
4444 - name : Restore artifact
45- uses : actions/download-artifact@v7
45+ uses : actions/download-artifact@v8
4646 with :
4747 name : build-${{ github.sha }}
4848
5555
5656 - name : Upload coverage
5757 if : github.ref == 'refs/heads/master'
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : coverage-${{ github.sha }}
6161 path : |
6464
6565 - name : Merge artifacts
6666 if : github.ref == 'refs/heads/master'
67- uses : actions/upload-artifact/merge@v6
67+ uses : actions/upload-artifact/merge@v7
6868 with :
6969 name : all-${{ github.sha }}
7070 patterns : |
8484 - uses : actions/checkout@v6
8585
8686 - name : Restore artifact
87- uses : actions/download-artifact@v7
87+ uses : actions/download-artifact@v8
8888 with :
8989 name : build-${{ github.sha }}
9090
@@ -114,7 +114,7 @@ jobs:
114114 persist-credentials : false
115115
116116 - name : Restore artifact
117- uses : actions/download-artifact@v7
117+ uses : actions/download-artifact@v8
118118 with :
119119 name : all-${{ github.sha }}
120120
You can’t perform that action at this time.
0 commit comments