diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47549ad..58cdc8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: coverage html - name: Upload Coverage HTML report to Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: coverage-report-${{matrix.python-version}}