diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39fdfa1..962d9cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: - run: npm run test - - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5 + - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # pin@5.3.0 lint: needs: build # Require build to complete before running tests