diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a27d4db..bd1ca0d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: - name: Run tests run: tox run -e unit - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 lib-check: name: Check libraries