From b36d9c0727318d2492929cdfc15a078070b33b3c Mon Sep 17 00:00:00 2001 From: Brandon Graham Date: Mon, 11 Nov 2024 11:34:54 -0800 Subject: [PATCH] Update build.yml to new upload.-artifact version actions/upload-artifact@v3 is deprecated Dec 2, 2024. This PR updates this component 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 f1e0d5b4b91..317b63eb563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: GOWRK=off go build cmd/osmosisd/main.go - name: Upload osmosisd artifact if: env.GIT_DIFF - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: osmosisd-${{ matrix.targetos }}-${{ matrix.arch }} path: cmd/osmosisd/osmosisd