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:
2424 run : >
2525 cpan-install-build-deps;
2626 build-dist
27- - uses : actions/upload-artifact@v2
27+ - uses : actions/upload-artifact@v4
2828 with :
2929 name : build_dir
3030 path : build_dir
3131 coverage-job :
3232 needs : build
33- runs-on : ubuntu-24 .04
33+ runs-on : ubuntu-2 .04
3434 container :
3535 image : perldocker/perl-tester:5.34
3636 steps :
3737 - uses : actions/checkout@v2 # codecov wants to be inside a Git repository
38- - uses : actions/download-artifact@v2
38+ - uses : actions/download-artifact@v4
3939 with :
4040 name : build_dir
4141 path : .
7070 AUTHOR_TESTING : 0
7171 RELEASE_TESTING : 0
7272 steps :
73- - uses : actions/download-artifact@v2
73+ - uses : actions/download-artifact@v4
7474 with :
7575 name : build_dir
7676 path : .
@@ -111,7 +111,7 @@ jobs:
111111 uses : shogo82148/actions-setup-perl@v1
112112 with :
113113 perl-version : ${{ matrix.perl-version }}
114- - uses : actions/download-artifact@v2
114+ - uses : actions/download-artifact@v4
115115 with :
116116 name : build_dir
117117 path : .
@@ -153,7 +153,7 @@ jobs:
153153 uses : shogo82148/actions-setup-perl@v1
154154 with :
155155 perl-version : ${{ matrix.perl-version }}
156- - uses : actions/download-artifact@v2
156+ - uses : actions/download-artifact@v4
157157 with :
158158 name : build_dir
159159 path : .
You can’t perform that action at this time.
0 commit comments