Skip to content

Commit

Permalink
Update build.yml to new upload.-artifact version
Browse files Browse the repository at this point in the history
actions/upload-artifact@v3 is deprecated Dec 2, 2024. This PR updates this component to V4
  • Loading branch information
bgrahamen authored Nov 11, 2024
1 parent 6a53f56 commit b36d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b36d9c0

Please sign in to comment.