diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fe76d68..1719973 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: run: cmake --build build --parallel 2 - name: Run fixed workload run: ./build/hbt_replay_benchmark | tee benchmark.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: replay-benchmark-${{ github.sha }} path: benchmark.txt