diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99d4e18..5163f05 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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 + - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit