File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
id : with-recommends
64
64
if : matrix.perl-version >= 5.14
65
65
run : echo '::set-output name=flag::--with-recommends'
66
- - uses : actions/download-artifact@v3
66
+ - uses : actions/download-artifact@v4
67
67
with :
68
68
name : build_dir
69
69
path : .
@@ -113,7 +113,7 @@ jobs:
113
113
id : with-recommends
114
114
if : matrix.perl-version >= 5.14
115
115
run : echo '::set-output name=flag::--with-recommends'
116
- - uses : actions/download-artifact@v3
116
+ - uses : actions/download-artifact@v4
117
117
with :
118
118
name : build_dir
119
119
path : .
@@ -164,7 +164,7 @@ jobs:
164
164
with :
165
165
perl-version : ${{ matrix.perl-version }}
166
166
distribution : strawberry
167
- - uses : actions/download-artifact@v3
167
+ - uses : actions/download-artifact@v4
168
168
with :
169
169
name : build_dir
170
170
path : .
You can’t perform that action at this time.
0 commit comments