File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
2929 RELEASE_TESTING : 1
3030 run : auto-build-and-test-dist
31- - uses : actions/upload-artifact@v5
31+ - uses : actions/upload-artifact@v4
3232 with :
3333 name : build_dir
3434 path : build_dir
6565 id : with-recommends
6666 if : matrix.perl-version >= 5.14
6767 run : echo '::set-output name=flag::--with-recommends'
68- - uses : actions/download-artifact@v5
68+ - uses : actions/download-artifact@v4
6969 with :
7070 name : build_dir
7171 path : .
@@ -117,7 +117,7 @@ jobs:
117117 id : with-recommends
118118 if : matrix.perl-version >= 5.14
119119 run : echo '::set-output name=flag::--with-recommends'
120- - uses : actions/download-artifact@v5
120+ - uses : actions/download-artifact@v4
121121 with :
122122 name : build_dir
123123 path : .
@@ -168,7 +168,7 @@ jobs:
168168 with :
169169 perl-version : ${{ matrix.perl-version }}
170170 distribution : strawberry
171- - uses : actions/download-artifact@v5
171+ - uses : actions/download-artifact@v4
172172 with :
173173 name : build_dir
174174 path : .
You can’t perform that action at this time.
0 commit comments