diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f8cfef5..4078476a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - run: npm test - - 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