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 2525 EXTENDED_TESTING : 1
2626 RELEASE_TESTING : 1
2727 run : auto-build-and-test-dist
28- - uses : actions/upload-artifact@v3
28+ - uses : actions/upload-artifact@v4
2929 with :
3030 name : build_dir
3131 path : build_dir
3636 image : perldocker/perl-tester:5.36
3737 steps :
3838 - uses : actions/checkout@v3 # codecov wants to be inside a Git repository
39- - uses : actions/download-artifact@v3
39+ - uses : actions/download-artifact@v4
4040 with :
4141 name : build_dir
4242 path : .
4848 needs : build-job
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/download-artifact@v3
51+ - uses : actions/download-artifact@v4
5252 with :
5353 name : build_dir
5454 path : .
9595 uses : shogo82148/actions-setup-perl@v1
9696 with :
9797 perl-version : ${{ matrix.perl-version }}
98- - uses : actions/download-artifact@v2
98+ - uses : actions/download-artifact@v4
9999 with :
100100 name : build_dir
101101 path : .
@@ -135,7 +135,7 @@ jobs:
135135 uses : shogo82148/actions-setup-perl@v1
136136 with :
137137 perl-version : ${{ matrix.perl-version }}
138- - uses : actions/download-artifact@v2
138+ - uses : actions/download-artifact@v4
139139 with :
140140 name : build_dir
141141 path : .
@@ -170,7 +170,7 @@ jobs:
170170 with :
171171 perl-version : ${{ matrix.perl-version }}
172172 distribution : strawberry # this option only used on windows
173- - uses : actions/download-artifact@v3
173+ - uses : actions/download-artifact@v4
174174 with :
175175 name : build_dir
176176 path : .
You can’t perform that action at this time.
0 commit comments