diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93720df5..7068ed4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: --cov-report=term - name: 📤 Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-${{ github.run_id }} path: coverage.xml