28
28
EXTENDED_TESTING : 1
29
29
RELEASE_TESTING : 1
30
30
run : upgrade-perl-helpers && auto-build-and-test-dist
31
- - uses : actions/upload-artifact@master
31
+ - uses : actions/upload-artifact@v3
32
32
with :
33
33
name : build_dir
34
34
path : build_dir
40
40
image : perldocker/perl-tester:5.32
41
41
steps :
42
42
- uses : actions/checkout@v2 # codecov wants to be inside a Git repository
43
- - uses : actions/download-artifact@master
43
+ - uses : actions/download-artifact@v3
44
44
with :
45
45
name : build_dir
46
46
path : .
72
72
- " 5.32"
73
73
steps :
74
74
- uses : actions/checkout@v2
75
- - uses : actions/download-artifact@master
75
+ - uses : actions/download-artifact@v3
76
76
with :
77
77
name : build_dir
78
78
path : .
@@ -103,7 +103,7 @@ jobs:
103
103
uses : shogo82148/actions-setup-perl@v1
104
104
with :
105
105
perl-version : ${{ matrix.perl-version }}
106
- - uses : actions/download-artifact@master
106
+ - uses : actions/download-artifact@v3
107
107
with :
108
108
name : build_dir
109
109
path : .
@@ -137,7 +137,7 @@ jobs:
137
137
with :
138
138
perl-version : ${{ matrix.perl-version }}
139
139
distribution : strawberry # this option only used on Windows
140
- - uses : actions/download-artifact@master
140
+ - uses : actions/download-artifact@v3
141
141
with :
142
142
name : build_dir
143
143
path : .
@@ -146,4 +146,4 @@ jobs:
146
146
with :
147
147
cpanfile : " cpanfile"
148
148
args : " --with-suggests --with-test --with-develop"
149
- - run : cpanm --testonly -v .
149
+ - run : cpanm --testonly -v .
0 commit comments