From cf74367a46d013d731cb0de3d832960f689b0696 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Mon, 28 Oct 2024 21:33:41 -0400 Subject: [PATCH] Update upload artifacts to latest version GitHub deprecated v2 of upload artifacts. More here: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e6dfe356..ce2253a40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Archive artifacts if: ${{ matrix.perl-version == 'latest' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: the-dancer path: |