diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 798aea20..86f3e4cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: npm run test-coverage-ci --workspaces --if-present - name: Upload test coverage report - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: files: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}