From 86cbd4515e7676a89df5161f3896b8885046671b Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Fri, 6 Sep 2024 13:09:07 -0400 Subject: [PATCH] chore: Update actions to `v4` for transition to Node.js 20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4bf403..cf60b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,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: @@ -78,7 +78,7 @@ jobs: steps: - name: Get dist artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist