File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- run : perl -V
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Cache multiple paths
17
- uses : actions/cache@v2
17
+ uses : actions/cache@v4
18
18
with :
19
19
path : |
20
20
~/perl5
34
34
- run : dzil test
35
35
- run : dzil build
36
36
37
- - uses : actions/upload-artifact@v2
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : Devel-PatchPerl.tar.gz
40
40
path : Devel-PatchPerl-*.tar.gz
@@ -234,12 +234,12 @@ jobs:
234
234
- " 5.8.0"
235
235
236
236
steps :
237
- - uses : actions/checkout@v2
237
+ - uses : actions/checkout@v4
238
238
- name : setup perl
239
239
run : |
240
240
echo "$HOME/perl5/bin" >> "$GITHUB_PATH"
241
241
echo "PERL5LIB=$HOME/perl5/lib/perl5" >> "$GITHUB_ENV"
242
- - uses : actions/download-artifact@v2
242
+ - uses : actions/download-artifact@v4
243
243
with :
244
244
name : Devel-PatchPerl.tar.gz
245
245
- name : install dependencies
You can’t perform that action at this time.
0 commit comments