From 8ed4ea4f47f13ca63549964ed53cb29821043f31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:32:36 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7886ca70..7268f504 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: shell: bash - run: yarn c8 yarn test shell: bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage_${{ github.sha }} path: | @@ -39,7 +39,7 @@ jobs: needs: test steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage_${{ github.sha }} - uses: codecov/codecov-action@v4