diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f427908..babd589 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/main.yml b/.github/workflows/main.yml index 7e45fcd..363a3ee 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/