From 102646c1d4854c0a4f39830b3b4e413dec2a0a04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:02:07 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/beta.yml | 2 +- .github/workflows/feature.yml | 2 +- .github/workflows/main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index c194674..0b8742a 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 105d88a..d7ca460 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a53b481..a7ed7ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ @@ -131,7 +131,7 @@ jobs: steps: - name: download vitest code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/