diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bf4d8df..b224230 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -48,7 +48,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ @@ -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@v5 + uses: actions/download-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 590d837..e0e07de 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -45,7 +45,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ @@ -67,7 +67,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@v5 + uses: actions/download-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a9c7bd..4a639f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: vitest-code-coverage-report path: ./coverage/ @@ -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@v5 + uses: actions/download-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ @@ -131,7 +131,7 @@ jobs: steps: - name: download vitest code coverage results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/