diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e2515e..a69fda3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Run Test run: npm run test-ci - - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 + - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0 name: Upload Coverage Results with: directory: ./coverage