Skip to content

Commit

Permalink
chore: Update action workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 14, 2024
1 parent 50dd463 commit b64197d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version-file: go.mod

- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7

- name: Build
env:
Expand All @@ -40,13 +40,13 @@ jobs:
export KO_DOCKER_REPO="ghcr.io/${GITHUB_REPOSITORY@L}"
ko build --bare --platform=all --tags=$TAGS
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tsnet-serve
path: |
bin/*
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
append_body: true
generate_release_notes: true
Expand Down

0 comments on commit b64197d

Please sign in to comment.