From 79614389447d56b3b3058516ead16e2dea02cbb3 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Sat, 26 Oct 2024 08:29:54 +0300 Subject: [PATCH] upgdare actions --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ade08..0c3bacd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: name: Build on Linux with Perl ${{ matrix.perl-version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install prerequisites run: | @@ -75,7 +75,7 @@ jobs: - name: Archive artifacts if: ${{ matrix.perl-version == '5.32' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: the-release path: | @@ -90,6 +90,7 @@ jobs: fail-fast: false matrix: perl-version: + - '5.38' - '5.32' - "5.30" - "5.28" @@ -112,7 +113,7 @@ jobs: name: Test on ${{ matrix.perl-version }} steps: - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: the-release @@ -141,7 +142,7 @@ jobs: steps: - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: the-release