File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 COMPOSER_CACHE_DIR : /tmp/composer-cache
2222 - name : archive production artifacts
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : deployment-build
2626 path : build/build.tgz
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v3
2525 - name : download build artifact
26- uses : actions/download-artifact@v3
26+ uses : actions/download-artifact@v4
2727 with :
2828 name : deployment-build
2929 path : build/
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v3
2424 - name : download build artifact
25- uses : actions/download-artifact@v3
25+ uses : actions/download-artifact@v4
2626 with :
2727 name : deployment-build
2828 path : build/
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v3
2121 - name : download build artifact
22- uses : actions/download-artifact@v3
22+ uses : actions/download-artifact@v4
2323 with :
2424 name : deployment-build
2525 path : build/
You can’t perform that action at this time.
0 commit comments