From 4e2a852eb565a743e36bbc377eef9854d1f18243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:50:48 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 564e615..9cfd944 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -48,7 +48,7 @@ jobs: run: yarn test - name: Store code coverage report if: ${{ matrix.node == '22' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage/ @@ -86,7 +86,7 @@ jobs: with: fetch-depth: 2 - name: Download Coverage report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: coverage path: coverage/