File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 41
41
42
42
name : Build on Linux with Perl ${{ matrix.perl-version }}
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
46
46
- name : Install prerequisites
47
47
run : |
75
75
76
76
- name : Archive artifacts
77
77
if : ${{ matrix.perl-version == '5.32' }}
78
- uses : actions/upload-artifact@v2
78
+ uses : actions/upload-artifact@v3
79
79
with :
80
80
name : the-release
81
81
path : |
90
90
fail-fast : false
91
91
matrix :
92
92
perl-version :
93
+ - ' 5.38'
93
94
- ' 5.32'
94
95
- " 5.30"
95
96
- " 5.28"
@@ -112,7 +113,7 @@ jobs:
112
113
name : Test on ${{ matrix.perl-version }}
113
114
steps :
114
115
- name : Download a single artifact
115
- uses : actions/download-artifact@v2
116
+ uses : actions/download-artifact@v4
116
117
with :
117
118
name : the-release
118
119
@@ -141,7 +142,7 @@ jobs:
141
142
142
143
steps :
143
144
- name : Download a single artifact
144
- uses : actions/download-artifact@v2
145
+ uses : actions/download-artifact@v4
145
146
with :
146
147
name : the-release
147
148
You can’t perform that action at this time.
0 commit comments