Skip to content

Commit

Permalink
Merge pull request #7 from nxtrace/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
tsosunchia authored Oct 14, 2024
2 parents 1ac82fa + a33dd2f commit f0b4ac2
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 @@ -143,7 +143,7 @@ jobs:
go build -trimpath -o dist/${ASSET_NAME} \
-ldflags "-w -s"
- name: Upload files to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ASSET_NAME }}
path: |
Expand Down

0 comments on commit f0b4ac2

Please sign in to comment.