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:
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*
80
80
81
81
steps :
82
82
- name : Download tarball artifact
83
- uses : actions/download-artifact@v3
83
+ uses : actions/download-artifact@v4
84
84
with :
85
85
name : tarball
86
86
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Archive CPANM logs
108
108
if : ${{ failure() }}
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
name : build.log
112
112
path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments