From 3e88814ef033e5828c26d73b38e7ba49b954b9d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:30:10 -0400 Subject: [PATCH] fix(deps): upgrade GitHub Artifact Actions to v4 (#199) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 5d1d558e..c6422442 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -84,7 +84,7 @@ jobs: run: npm run test - name: Upload test coverage reports 🛫 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-coverage path: '**/.test-coverage/lcov.info' @@ -103,7 +103,7 @@ jobs: fetch-depth: 0 # Disable shallow clones for better relevancy of analysis - name: Download test coverage reports 🛬 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: test-coverage