diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff57aa..54d8aa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: run: go test -bench=. -benchmem -benchtime=1s -run=^$ ./... | tee bench.txt - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-results path: bench.txt