diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7f6fab9..25ea2afa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: run: npm run test:ci - name: Upload coverage - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4 + uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # pin@4.0.0 lint: needs: build # Require build to complete before running tests