Skip to content

Commit

Permalink
Update test_build.yml: Upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl authored Sep 11, 2024
1 parent f34465e commit 66b0020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./bin/jiotv_go-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "-s -w" .
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jiotv_go-${{ matrix.goos }}-${{ matrix.goarch }}
path: ./bin/

0 comments on commit 66b0020

Please sign in to comment.