diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index 31268df..0269e67 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -74,7 +74,7 @@ jobs: cat performance-report.txt - name: Upload performance report artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: performance-report path: performance-report.txt