File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
run : >
25
25
cpan-install-build-deps;
26
26
build-dist
27
- - uses : actions/upload-artifact@v2
27
+ - uses : actions/upload-artifact@v4
28
28
with :
29
29
name : build_dir
30
30
path : build_dir
31
31
coverage-job :
32
32
needs : build
33
- runs-on : ubuntu-24 .04
33
+ runs-on : ubuntu-2 .04
34
34
container :
35
35
image : perldocker/perl-tester:5.34
36
36
steps :
37
37
- uses : actions/checkout@v2 # codecov wants to be inside a Git repository
38
- - uses : actions/download-artifact@v2
38
+ - uses : actions/download-artifact@v4
39
39
with :
40
40
name : build_dir
41
41
path : .
70
70
AUTHOR_TESTING : 0
71
71
RELEASE_TESTING : 0
72
72
steps :
73
- - uses : actions/download-artifact@v2
73
+ - uses : actions/download-artifact@v4
74
74
with :
75
75
name : build_dir
76
76
path : .
@@ -111,7 +111,7 @@ jobs:
111
111
uses : shogo82148/actions-setup-perl@v1
112
112
with :
113
113
perl-version : ${{ matrix.perl-version }}
114
- - uses : actions/download-artifact@v2
114
+ - uses : actions/download-artifact@v4
115
115
with :
116
116
name : build_dir
117
117
path : .
@@ -153,7 +153,7 @@ jobs:
153
153
uses : shogo82148/actions-setup-perl@v1
154
154
with :
155
155
perl-version : ${{ matrix.perl-version }}
156
- - uses : actions/download-artifact@v2
156
+ - uses : actions/download-artifact@v4
157
157
with :
158
158
name : build_dir
159
159
path : .
You can’t perform that action at this time.
0 commit comments