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 33
33
image : perldocker/perl-tester:5.34
34
34
steps :
35
35
- uses : actions/checkout@v4 # codecov wants to be inside a Git repository
36
- - uses : actions/download-artifact@v4
36
+ - uses : actions/download-artifact@v5
37
37
with :
38
38
name : build_dir
39
39
path : .
68
68
AUTHOR_TESTING : 0
69
69
RELEASE_TESTING : 0
70
70
steps :
71
- - uses : actions/download-artifact@v4
71
+ - uses : actions/download-artifact@v5
72
72
with :
73
73
name : build_dir
74
74
path : .
@@ -107,7 +107,7 @@ jobs:
107
107
uses : shogo82148/actions-setup-perl@v1
108
108
with :
109
109
perl-version : ${{ matrix.perl-version }}
110
- - uses : actions/download-artifact@v4
110
+ - uses : actions/download-artifact@v5
111
111
with :
112
112
name : build_dir
113
113
path : .
@@ -149,7 +149,7 @@ jobs:
149
149
uses : shogo82148/actions-setup-perl@v1
150
150
with :
151
151
perl-version : ${{ matrix.perl-version }}
152
- - uses : actions/download-artifact@v4
152
+ - uses : actions/download-artifact@v5
153
153
with :
154
154
name : build_dir
155
155
path : .
You can’t perform that action at this time.
0 commit comments