diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8fff48d..9e26c1d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: run: npm test - name: Archive code coverage report if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: code-coverage-report-${{ github.event.repository.name }}-${{ matrix.node }} path: coverage