Skip to content

Commit

Permalink
upgdare actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Oct 26, 2024
1 parent 3d1044d commit 7961438
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -90,6 +90,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- '5.32'
- "5.30"
- "5.28"
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7961438

Please sign in to comment.