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 25
25
EXTENDED_TESTING : 1
26
26
RELEASE_TESTING : 1
27
27
run : auto-build-and-test-dist
28
- - uses : actions/upload-artifact@v3
28
+ - uses : actions/upload-artifact@v4
29
29
with :
30
30
name : build_dir
31
31
path : build_dir
36
36
image : perldocker/perl-tester:5.36
37
37
steps :
38
38
- uses : actions/checkout@v3 # codecov wants to be inside a Git repository
39
- - uses : actions/download-artifact@v3
39
+ - uses : actions/download-artifact@v4
40
40
with :
41
41
name : build_dir
42
42
path : .
48
48
needs : build-job
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/download-artifact@v3
51
+ - uses : actions/download-artifact@v4
52
52
with :
53
53
name : build_dir
54
54
path : .
95
95
uses : shogo82148/actions-setup-perl@v1
96
96
with :
97
97
perl-version : ${{ matrix.perl-version }}
98
- - uses : actions/download-artifact@v2
98
+ - uses : actions/download-artifact@v4
99
99
with :
100
100
name : build_dir
101
101
path : .
@@ -135,7 +135,7 @@ jobs:
135
135
uses : shogo82148/actions-setup-perl@v1
136
136
with :
137
137
perl-version : ${{ matrix.perl-version }}
138
- - uses : actions/download-artifact@v2
138
+ - uses : actions/download-artifact@v4
139
139
with :
140
140
name : build_dir
141
141
path : .
@@ -170,7 +170,7 @@ jobs:
170
170
with :
171
171
perl-version : ${{ matrix.perl-version }}
172
172
distribution : strawberry # this option only used on windows
173
- - uses : actions/download-artifact@v3
173
+ - uses : actions/download-artifact@v4
174
174
with :
175
175
name : build_dir
176
176
path : .
You can’t perform that action at this time.
0 commit comments