File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
7070 - name : Upload cache to workflow artifact
7171 if : failure() && steps.diff.outcome == 'failure'
72- uses : actions/upload-artifact@v2
72+ uses : actions/upload-artifact@v4
7373 with :
7474 if-no-files-found : error
7575 name : dep-licenses-cache
Original file line number Diff line number Diff line change 4343 run : task dist:all
4444
4545 - name : Upload artifacts
46- uses : actions/upload-artifact@v2
46+ uses : actions/upload-artifact@v4
4747 with :
4848 if-no-files-found : error
4949 name : ${{ env.ARTIFACT_NAME }}
5858 uses : actions/checkout@v3
5959
6060 - name : Download artifacts
61- uses : actions/download-artifact@v2
61+ uses : actions/download-artifact@v4
6262 with :
6363 name : ${{ env.ARTIFACT_NAME }}
6464 path : ${{ env.DIST_DIR }}
@@ -119,7 +119,7 @@ jobs:
119119 ${{ env.DIST_DIR }}/*-checksums.txt
120120
121121 - name : Upload artifacts
122- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v4
123123 with :
124124 if-no-files-found : error
125125 name : ${{ env.ARTIFACT_NAME }}
You can’t perform that action at this time.
0 commit comments