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/