Skip to content

Commit

Permalink
ci: bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Feb 28, 2023
1 parent 8fa8846 commit ebd03e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CC: aarch64-linux-gnu-gcc
run: |
go build -trimpath -o bin/linux_arm64/ -a -ldflags '-s -w' ./cmd/hostd
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: hostd-linux
path: bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
CC: aarch64-linux-gnu-gcc
run: |
go build -trimpath -o bin/linux_arm64/ -a -ldflags '-s -w' ./cmd/hostd
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: hostd-testnet-linux
path: bin/
Expand Down

0 comments on commit ebd03e6

Please sign in to comment.