From 65b3a119b06ffd68ed8cf7615013fdf02cd952d2 Mon Sep 17 00:00:00 2001 From: Graham TerMarsch Date: Mon, 12 Jun 2023 12:45:03 -0700 Subject: [PATCH] Update GitHub Actions to use more recent releases. --- .github/workflows/perl-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/perl-ci.yml b/.github/workflows/perl-ci.yml index 32d817d..c8d7c41 100644 --- a/.github/workflows/perl-ci.yml +++ b/.github/workflows/perl-ci.yml @@ -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 @@ -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* @@ -80,7 +80,7 @@ jobs: steps: - name: Download tarball artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: tarball @@ -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