File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ jobs:
7979 run : dzil build
8080
8181 - name : Upload tarball artifact
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : tarball
8585 path : " *.gz"
8686
8787 - name : Archive CPM logs
8888 if : ${{ failure() }}
89- uses : actions/upload-artifact@v3
89+ uses : actions/upload-artifact@v4
9090 with :
9191 name : build.log
9292 path : ~/.perl-cpm/build.log*
@@ -144,7 +144,7 @@ jobs:
144144 rm -rf mod_perl*
145145
146146 - name : Download tarball artifact
147- uses : actions/download-artifact@v3
147+ uses : actions/download-artifact@v4
148148 with :
149149 name : tarball
150150
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Archive CPANM logs
174174 if : ${{ failure() }}
175- uses : actions/upload-artifact@v3
175+ uses : actions/upload-artifact@v4
176176 with :
177177 name : build.log
178178 path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments