Skip to content

Commit

Permalink
Merge pull request #2 from perlrdf/ci-update-actions-v4
Browse files Browse the repository at this point in the history
chore: Update actions to `v4` for transition to Node.js 20
  • Loading branch information
zmughal committed Sep 6, 2024
2 parents 887fd80 + 40d4267 commit 6b6fcf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
min-perl-version: ${{ steps.build-dist.outputs.min-perl-version }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: build-dist
uses: perlrdf/devops/github-actions/build-dist@main
with:
Expand Down Expand Up @@ -68,13 +68,13 @@ jobs:
#- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'system' }
#- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'share' }
# macOS | system, share
#- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'system' }
- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'share' }
#- { perl-version: '5.34' , os: macos-latest , alien-install-type: 'system' }
- { perl-version: '5.34' , os: macos-latest , alien-install-type: 'share' }
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} with install-type ${{ matrix.alien-install-type }}, dist ${{ matrix.dist }}

steps:
- name: Get dist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist

Expand Down

0 comments on commit 6b6fcf0

Please sign in to comment.