diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9d8433..3f2978b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,6 @@ jobs: - run: npm run test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}