Skip to content

Commit ac2c7e2

Browse files
committed
Update GitHub Actions to use more recent releases.
1 parent d424c4a commit ac2c7e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/perl-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
rm -rf mod_perl*
5858
5959
- name: Checkout
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v3
6161

6262
- name: Install CPM + Dist::Zilla Author Bundle
6363
uses: perl-actions/install-with-cpm@stable
@@ -79,14 +79,14 @@ jobs:
7979
run: dzil build
8080

8181
- name: Upload tarball artifact
82-
uses: actions/upload-artifact@v2
82+
uses: actions/upload-artifact@v3
8383
with:
8484
name: tarball
8585
path: "*.gz"
8686

8787
- name: Archive CPM logs
8888
if: ${{ failure() }}
89-
uses: actions/upload-artifact@v2
89+
uses: actions/upload-artifact@v3
9090
with:
9191
name: build.log
9292
path: ~/.perl-cpm/build.log*
@@ -143,7 +143,7 @@ jobs:
143143
rm -rf mod_perl*
144144
145145
- name: Download tarball artifact
146-
uses: actions/download-artifact@v2
146+
uses: actions/download-artifact@v3
147147
with:
148148
name: tarball
149149

@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: Archive CPANM logs
173173
if: ${{ failure() }}
174-
uses: actions/upload-artifact@v2
174+
uses: actions/upload-artifact@v3
175175
with:
176176
name: build.log
177177
path: ~/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)