File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
70
70
- name : Upload cache to workflow artifact
71
71
if : failure() && steps.diff.outcome == 'failure'
72
- uses : actions/upload-artifact@v2
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
if-no-files-found : error
75
75
name : dep-licenses-cache
Original file line number Diff line number Diff line change 43
43
run : task dist:all
44
44
45
45
- name : Upload artifacts
46
- uses : actions/upload-artifact@v2
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
if-no-files-found : error
49
49
name : ${{ env.ARTIFACT_NAME }}
58
58
uses : actions/checkout@v3
59
59
60
60
- name : Download artifacts
61
- uses : actions/download-artifact@v2
61
+ uses : actions/download-artifact@v4
62
62
with :
63
63
name : ${{ env.ARTIFACT_NAME }}
64
64
path : ${{ env.DIST_DIR }}
@@ -119,7 +119,7 @@ jobs:
119
119
${{ env.DIST_DIR }}/*-checksums.txt
120
120
121
121
- name : Upload artifacts
122
- uses : actions/upload-artifact@v2
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
if-no-files-found : error
125
125
name : ${{ env.ARTIFACT_NAME }}
You can’t perform that action at this time.
0 commit comments