Skip to content

Commit

Permalink
Update GitHub Actions to use more recent releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleargh45 committed Jun 12, 2023
1 parent 26c043b commit 65b3a11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/perl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install CPM + Dist::Zilla Author Bundle
uses: perl-actions/install-with-cpm@stable
Expand All @@ -39,14 +39,14 @@ jobs:
run: dzil build

- name: Upload tarball artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tarball
path: "*.gz"

- name: Archive CPM logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build.log
path: ~/.perl-cpm/build.log*
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Download tarball artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: tarball

Expand All @@ -106,7 +106,7 @@ jobs:

- name: Archive CPANM logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build.log
path: ~/.cpanm/work/*/build.log

0 comments on commit 65b3a11

Please sign in to comment.