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 5757 rm -rf mod_perl*
5858
5959 - name : Checkout
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v3
6161
6262 - name : Install CPM + Dist::Zilla Author Bundle
6363 uses : perl-actions/install-with-cpm@stable
@@ -79,14 +79,14 @@ jobs:
7979 run : dzil build
8080
8181 - name : Upload tarball artifact
82- uses : actions/upload-artifact@v2
82+ uses : actions/upload-artifact@v3
8383 with :
8484 name : tarball
8585 path : " *.gz"
8686
8787 - name : Archive CPM logs
8888 if : ${{ failure() }}
89- uses : actions/upload-artifact@v2
89+ uses : actions/upload-artifact@v3
9090 with :
9191 name : build.log
9292 path : ~/.perl-cpm/build.log*
@@ -143,7 +143,7 @@ jobs:
143143 rm -rf mod_perl*
144144
145145 - name : Download tarball artifact
146- uses : actions/download-artifact@v2
146+ uses : actions/download-artifact@v3
147147 with :
148148 name : tarball
149149
@@ -171,7 +171,7 @@ jobs:
171171
172172 - name : Archive CPANM logs
173173 if : ${{ failure() }}
174- uses : actions/upload-artifact@v2
174+ uses : actions/upload-artifact@v3
175175 with :
176176 name : build.log
177177 path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments