Skip to content

Commit

Permalink
chore: Update actions to v4 for transition to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 6, 2024
1 parent 887fd80 commit ee2f830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -74,7 +74,7 @@ jobs:

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

Expand Down

0 comments on commit ee2f830

Please sign in to comment.