diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 102e05a..23df72e 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -50,7 +50,7 @@ jobs: run: uv run python scripts/performance_report.py - name: Upload performance report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: performance-report path: reports/performance_report.md