File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 image : perldocker/perl-tester:5.40
3838 steps :
3939 - uses : actions/checkout@v6 # codecov wants to be inside a Git repository
40- - uses : actions/download-artifact@v6
40+ - uses : actions/download-artifact@v7
4141 with :
4242 name : build_dir
4343 path : .
7474 uses : shogo82148/actions-setup-perl@v1
7575 with :
7676 perl-version : ${{ matrix.perl-version }}
77- - uses : actions/download-artifact@v6
77+ - uses : actions/download-artifact@v7
7878 with :
7979 name : build_dir
8080 path : .
@@ -118,7 +118,7 @@ jobs:
118118 uses : shogo82148/actions-setup-perl@v1
119119 with :
120120 perl-version : ${{ matrix.perl-version }}
121- - uses : actions/download-artifact@v6
121+ - uses : actions/download-artifact@v7
122122 with :
123123 name : build_dir
124124 path : .
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 perl-version : ${{ matrix.perl-version }}
156156 distribution : strawberry # this option only used on windows
157- - uses : actions/download-artifact@v6
157+ - uses : actions/download-artifact@v7
158158 with :
159159 name : build_dir
160160 path : .
You can’t perform that action at this time.
0 commit comments