File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 node-version : ' 16'
1515
1616 - name : ⬆️ Upload output
17- uses : actions/upload-artifact@v3
17+ uses : actions/upload-artifact@v4
1818 with :
1919 name : ${{ github.sha }}
2020 path : ./**
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : ⬇️ Restore output
27- uses : actions/download-artifact@v3
27+ uses : actions/download-artifact@v4
2828 with :
2929 name : ${{ github.sha }}
3030
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : ⬇️ Restore output
39- uses : actions/download-artifact@v3
39+ uses : actions/download-artifact@v4
4040 with :
4141 name : ${{ github.sha }}
4242
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : ⬇️ Restore output
57- uses : actions/download-artifact@v3
57+ uses : actions/download-artifact@v4
5858 with :
5959 name : ${{ github.sha }}
6060
You can’t perform that action at this time.
0 commit comments