File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 57
57
rm -rf mod_perl*
58
58
59
59
- name : Checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v3
61
61
62
62
- name : Install CPM + Dist::Zilla Author Bundle
63
63
uses : perl-actions/install-with-cpm@stable
@@ -79,14 +79,14 @@ jobs:
79
79
run : dzil build
80
80
81
81
- name : Upload tarball artifact
82
- uses : actions/upload-artifact@v2
82
+ uses : actions/upload-artifact@v3
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@v2
89
+ uses : actions/upload-artifact@v3
90
90
with :
91
91
name : build.log
92
92
path : ~/.perl-cpm/build.log*
@@ -143,7 +143,7 @@ jobs:
143
143
rm -rf mod_perl*
144
144
145
145
- name : Download tarball artifact
146
- uses : actions/download-artifact@v2
146
+ uses : actions/download-artifact@v3
147
147
with :
148
148
name : tarball
149
149
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Archive CPANM logs
173
173
if : ${{ failure() }}
174
- uses : actions/upload-artifact@v2
174
+ uses : actions/upload-artifact@v3
175
175
with :
176
176
name : build.log
177
177
path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments