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