diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 240fef3..c3c977c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,7 +132,7 @@ jobs: run: go test -bench=. -benchmem ./... | tee benchmark.txt - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-results path: benchmark.txt \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 532f617..23d2bac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: GO_VERSION: "go1.24" - name: Upload assets - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist path: dist/ \ No newline at end of file