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 @@ -39,14 +39,14 @@ jobs:
3939 run : dzil build
4040
4141 - name : Upload tarball artifact
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : tarball
4545 path : " *.gz"
4646
4747 - name : Archive CPM logs
4848 if : ${{ failure() }}
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : build.log
5252 path : ~/.perl-cpm/build.log*
8080
8181 steps :
8282 - name : Download tarball artifact
83- uses : actions/download-artifact@v3
83+ uses : actions/download-artifact@v4
8484 with :
8585 name : tarball
8686
@@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Archive CPANM logs
108108 if : ${{ failure() }}
109- uses : actions/upload-artifact@v3
109+ uses : actions/upload-artifact@v4
110110 with :
111111 name : build.log
112112 path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments