From 55caed188388125ff6b67d450b70bb5e5204a438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:47:19 +0000 Subject: [PATCH] chore: update actions/upload-artifact action to v7.0.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a32c57..6b789cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: -o build/mcgen_${{ matrix.goos }}_${{ matrix.goarch }}${{ env.SUFFIX }} \ main.go - name: store binary - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.goos }}_${{ matrix.goarch }} path: build/