File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
image : perldocker/perl-tester:5.36
41
41
steps :
42
42
- uses : actions/checkout@v2 # codecov wants to be inside a Git repository
43
- - uses : actions/download-artifact@v3
43
+ - uses : actions/download-artifact@v4.1.7
44
44
with :
45
45
name : build_dir
46
46
path : .
74
74
- " 5.36"
75
75
steps :
76
76
- uses : actions/checkout@v2
77
- - uses : actions/download-artifact@v3
77
+ - uses : actions/download-artifact@v4.1.7
78
78
with :
79
79
name : build_dir
80
80
path : .
@@ -107,7 +107,7 @@ jobs:
107
107
uses : shogo82148/actions-setup-perl@v1
108
108
with :
109
109
perl-version : ${{ matrix.perl-version }}
110
- - uses : actions/download-artifact@v3
110
+ - uses : actions/download-artifact@v4.1.7
111
111
with :
112
112
name : build_dir
113
113
path : .
@@ -141,7 +141,7 @@ jobs:
141
141
with :
142
142
perl-version : ${{ matrix.perl-version }}
143
143
distribution : strawberry # this option only used on Windows
144
- - uses : actions/download-artifact@v3
144
+ - uses : actions/download-artifact@v4.1.7
145
145
with :
146
146
name : build_dir
147
147
path : .
You can’t perform that action at this time.
0 commit comments