1717 strategy :
1818 max-parallel : 1
1919 container :
20- image : perldocker/perl-tester:5.38
20+ image : perldocker/perl-tester:5.42
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Allow for file ownership conflicts with Docker and GitHub Actions
2424 run : git config --global --add safe.directory '*'
2525 - name : Run Tests with coverage
2828 CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
2929 RELEASE_TESTING : 1
3030 run : auto-build-and-test-dist
31- - uses : actions/upload-artifact@v4
31+ - uses : actions/upload-artifact@v5
3232 with :
3333 name : build_dir
3434 path : build_dir
5454 - " 5.34"
5555 - " 5.36"
5656 - " 5.38"
57+ - " 5.40"
58+ - " 5.42"
5759 container :
5860 image : perldocker/perl-tester:${{ matrix.perl-version }}
5961 env :
6365 id : with-recommends
6466 if : matrix.perl-version >= 5.14
6567 run : echo '::set-output name=flag::--with-recommends'
66- - uses : actions/download-artifact@v4
68+ - uses : actions/download-artifact@v5
6769 with :
6870 name : build_dir
6971 path : .
@@ -101,10 +103,12 @@ jobs:
101103 - " 5.34"
102104 - " 5.36"
103105 - " 5.38"
106+ - " 5.40"
107+ - " 5.42"
104108 name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105109 needs : build
106110 steps :
107- - uses : actions/checkout@v4
111+ - uses : actions/checkout@v5
108112 - name : Set Up Perl
109113 uses : shogo82148/actions-setup-perl@v1
110114 with :
@@ -113,7 +117,7 @@ jobs:
113117 id : with-recommends
114118 if : matrix.perl-version >= 5.14
115119 run : echo '::set-output name=flag::--with-recommends'
116- - uses : actions/download-artifact@v4
120+ - uses : actions/download-artifact@v5
117121 with :
118122 name : build_dir
119123 path : .
@@ -158,13 +162,13 @@ jobs:
158162 name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
159163 needs : build
160164 steps :
161- - uses : actions/checkout@v4
165+ - uses : actions/checkout@v5
162166 - name : Set Up Perl
163167 uses : shogo82148/actions-setup-perl@v1
164168 with :
165169 perl-version : ${{ matrix.perl-version }}
166170 distribution : strawberry
167- - uses : actions/download-artifact@v4
171+ - uses : actions/download-artifact@v5
168172 with :
169173 name : build_dir
170174 path : .
0 commit comments