diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcaf0a..c167519 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.0.0 + uses: codecov/codecov-action@v5.0.4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true