diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e804af7..e2d9a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: python -m pytest -ra --cov=riemapp - name: Upload coverage report - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }}