diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33d0ea..7f3081b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.ref == 'refs/heads/master' }} - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true