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 36
36
image : perldocker/perl-tester:5.38
37
37
steps :
38
38
- uses : actions/checkout@v4 # codecov wants to be inside a Git repository
39
- - uses : actions/download-artifact@v3
39
+ - uses : actions/download-artifact@v4
40
40
with :
41
41
name : build_dir
42
42
path : .
77
77
uses : shogo82148/actions-setup-perl@v1
78
78
with :
79
79
perl-version : ${{ matrix.perl-version }}
80
- - uses : actions/download-artifact@v3
80
+ - uses : actions/download-artifact@v4
81
81
with :
82
82
name : build_dir
83
83
path : .
@@ -119,7 +119,7 @@ jobs:
119
119
uses : shogo82148/actions-setup-perl@v1
120
120
with :
121
121
perl-version : ${{ matrix.perl-version }}
122
- - uses : actions/download-artifact@v3
122
+ - uses : actions/download-artifact@v4
123
123
with :
124
124
name : build_dir
125
125
path : .
@@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
perl-version : ${{ matrix.perl-version }}
157
157
distribution : strawberry # this option only used on windows
158
- - uses : actions/download-artifact@v3
158
+ - uses : actions/download-artifact@v4
159
159
with :
160
160
name : build_dir
161
161
path : .
You can’t perform that action at this time.
0 commit comments