diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459fc36..c5932b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: go test -bench=. ./benchmark/ - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: benchmark-results.txt @@ -124,7 +124,7 @@ jobs: run: make build - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build-${{ matrix.os }} path: |