diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75f7ce1..0968b15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - run: pytest --cov=chav --cov-report=xml - name: Upload coverage if: matrix.python-version == '3.12' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage.xml