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 @@ -39,14 +39,14 @@ jobs:
39
39
run : dzil build
40
40
41
41
- name : Upload tarball artifact
42
- uses : actions/upload-artifact@v3
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : tarball
45
45
path : " *.gz"
46
46
47
47
- name : Archive CPM logs
48
48
if : ${{ failure() }}
49
- uses : actions/upload-artifact@v3
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : build.log
52
52
path : ~/.perl-cpm/build.log*
81
81
82
82
steps :
83
83
- name : Download tarball artifact
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : tarball
87
87
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Archive CPANM logs
109
109
if : ${{ failure() }}
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : build.log
113
113
path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments