diff --git a/.github/workflows/pr-regression-test-bot.yml b/.github/workflows/pr-regression-test-bot.yml index 59ce74a..56e248c 100644 --- a/.github/workflows/pr-regression-test-bot.yml +++ b/.github/workflows/pr-regression-test-bot.yml @@ -85,7 +85,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Upload result image as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: perf-regression-${{ github.run_id }} path: regression_result.png