diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08f0256..57131d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,6 @@ jobs: - name: Codecov if: ${{ matrix.node-version == '18.x' }} - uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d ...