From 1e2c4598f84b2e19b36c4669e71d3fc0c616b811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:34:20 +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 a0c4e5b..23276ae 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/ ./cmd/example/main.go" version: "0.9.3" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-artifact path: output