diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebed70c..8983058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: env: NODE_ENV: 'test' - name: Upload coverage reports - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Coveralls