Skip to content

Commit

Permalink
Merge pull request #2 from graphprotocol/bgraham/build_yaml_update
Browse files Browse the repository at this point in the history
Update build.yml to new upload.-artifact version
  • Loading branch information
bgrahamen authored Nov 12, 2024
2 parents 6a53f56 + b36d9c0 commit 2d14f98
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 2d14f98

Please sign in to comment.