17
17
strategy :
18
18
max-parallel : 1
19
19
container :
20
- image : perldocker/perl-tester:5.38
20
+ image : perldocker/perl-tester:5.42
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Allow for file ownership conflicts with Docker and GitHub Actions
24
24
run : git config --global --add safe.directory '*'
25
25
- name : Run Tests with coverage
28
28
CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
29
29
RELEASE_TESTING : 1
30
30
run : auto-build-and-test-dist
31
- - uses : actions/upload-artifact@v4
31
+ - uses : actions/upload-artifact@v5
32
32
with :
33
33
name : build_dir
34
34
path : build_dir
54
54
- " 5.34"
55
55
- " 5.36"
56
56
- " 5.38"
57
+ - " 5.40"
58
+ - " 5.42"
57
59
container :
58
60
image : perldocker/perl-tester:${{ matrix.perl-version }}
59
61
env :
63
65
id : with-recommends
64
66
if : matrix.perl-version >= 5.14
65
67
run : echo '::set-output name=flag::--with-recommends'
66
- - uses : actions/download-artifact@v4
68
+ - uses : actions/download-artifact@v5
67
69
with :
68
70
name : build_dir
69
71
path : .
@@ -101,10 +103,12 @@ jobs:
101
103
- " 5.34"
102
104
- " 5.36"
103
105
- " 5.38"
106
+ - " 5.40"
107
+ - " 5.42"
104
108
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105
109
needs : build
106
110
steps :
107
- - uses : actions/checkout@v4
111
+ - uses : actions/checkout@v5
108
112
- name : Set Up Perl
109
113
uses : shogo82148/actions-setup-perl@v1
110
114
with :
@@ -113,7 +117,7 @@ jobs:
113
117
id : with-recommends
114
118
if : matrix.perl-version >= 5.14
115
119
run : echo '::set-output name=flag::--with-recommends'
116
- - uses : actions/download-artifact@v4
120
+ - uses : actions/download-artifact@v5
117
121
with :
118
122
name : build_dir
119
123
path : .
@@ -158,13 +162,13 @@ jobs:
158
162
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
159
163
needs : build
160
164
steps :
161
- - uses : actions/checkout@v4
165
+ - uses : actions/checkout@v5
162
166
- name : Set Up Perl
163
167
uses : shogo82148/actions-setup-perl@v1
164
168
with :
165
169
perl-version : ${{ matrix.perl-version }}
166
170
distribution : strawberry
167
- - uses : actions/download-artifact@v4
171
+ - uses : actions/download-artifact@v5
168
172
with :
169
173
name : build_dir
170
174
path : .
0 commit comments