File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ jobs:
79
79
run : dzil build
80
80
81
81
- name : Upload tarball artifact
82
- uses : actions/upload-artifact@v3
82
+ uses : actions/upload-artifact@v4
83
83
with :
84
84
name : tarball
85
85
path : " *.gz"
86
86
87
87
- name : Archive CPM logs
88
88
if : ${{ failure() }}
89
- uses : actions/upload-artifact@v3
89
+ uses : actions/upload-artifact@v4
90
90
with :
91
91
name : build.log
92
92
path : ~/.perl-cpm/build.log*
@@ -144,7 +144,7 @@ jobs:
144
144
rm -rf mod_perl*
145
145
146
146
- name : Download tarball artifact
147
- uses : actions/download-artifact@v3
147
+ uses : actions/download-artifact@v4
148
148
with :
149
149
name : tarball
150
150
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
- name : Archive CPANM logs
174
174
if : ${{ failure() }}
175
- uses : actions/upload-artifact@v3
175
+ uses : actions/upload-artifact@v4
176
176
with :
177
177
name : build.log
178
178
path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments