diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index 0150472..d23c671 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -70,7 +70,7 @@ jobs: cat performance-report.txt - name: Upload report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: performance-report path: performance-report.txt