diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5163f05..3d1e7c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - run: npm ci - run: npm run test:unit - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit