diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35ec09..73aac90 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@v4 + uses: actions/upload-artifact@v5 if: always() with: name: coverage-report-${{matrix.python-version}}