diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 815dd0c..f226401 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -57,7 +57,7 @@ jobs: python benchmark.py --url ${{ github.event.inputs.target_url }} --requests ${{ github.event.inputs.requests }} --concurrency ${{ github.event.inputs.concurrency }} --technique ${{ github.event.inputs.technique }} - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: benchmark-results path: |