diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57be37f..df71b3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Upload coverage artifact if: matrix.python-version == '3.11' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-report path: coverage.xml