Skip to content

Commit 7961438

Browse files
committed
upgdare actions
1 parent 3d1044d commit 7961438

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
name: Build on Linux with Perl ${{ matrix.perl-version }}
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545

4646
- name: Install prerequisites
4747
run: |
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Archive artifacts
7777
if: ${{ matrix.perl-version == '5.32' }}
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v3
7979
with:
8080
name: the-release
8181
path: |
@@ -90,6 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
perl-version:
93+
- '5.38'
9394
- '5.32'
9495
- "5.30"
9596
- "5.28"
@@ -112,7 +113,7 @@ jobs:
112113
name: Test on ${{ matrix.perl-version }}
113114
steps:
114115
- name: Download a single artifact
115-
uses: actions/download-artifact@v2
116+
uses: actions/download-artifact@v4
116117
with:
117118
name: the-release
118119

@@ -141,7 +142,7 @@ jobs:
141142

142143
steps:
143144
- name: Download a single artifact
144-
uses: actions/download-artifact@v2
145+
uses: actions/download-artifact@v4
145146
with:
146147
name: the-release
147148

0 commit comments

Comments
 (0)