diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f99a743d..825132d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: npm run test:ci - name: Upload coverage - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # pin@5.5.0 lint: needs: build # Require build to complete before running tests