Skip to content

Commit 6b5ce8d

Browse files
shogo82148bingos
authored andcommitted
bump GitHub Actions to latest
1 parent 553b9a6 commit 6b5ce8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- run: perl -V
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Cache multiple paths
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/perl5
@@ -34,7 +34,7 @@ jobs:
3434
- run: dzil test
3535
- run: dzil build
3636

37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: Devel-PatchPerl.tar.gz
4040
path: Devel-PatchPerl-*.tar.gz
@@ -234,12 +234,12 @@ jobs:
234234
- "5.8.0"
235235

236236
steps:
237-
- uses: actions/checkout@v2
237+
- uses: actions/checkout@v4
238238
- name: setup perl
239239
run: |
240240
echo "$HOME/perl5/bin" >> "$GITHUB_PATH"
241241
echo "PERL5LIB=$HOME/perl5/lib/perl5" >> "$GITHUB_ENV"
242-
- uses: actions/download-artifact@v2
242+
- uses: actions/download-artifact@v4
243243
with:
244244
name: Devel-PatchPerl.tar.gz
245245
- name: install dependencies

0 commit comments

Comments
 (0)