From cd0562983e7c11ca513dec23bea235c0a01d486d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:38:48 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .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 7e9be41..5a5829a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: verb: run args: go run ci/main.go -cmd "go build -o output/" version: "0.9.3" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-artifact path: output