diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49e13e5..7293ae3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node-version == '20.x' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info