Skip to content

Commit

Permalink
chore: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 14, 2024
1 parent 04c4325 commit 858492a
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 @@ -23,7 +23,7 @@ jobs:
with:
go-version-file: go.mod

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

- uses: actions/setup-node@v4
with:
Expand All @@ -42,14 +42,14 @@ jobs:
export KO_DOCKER_REPO="ghcr.io/${GITHUB_REPOSITORY@L}"
ko build --bare --platform=all --tags=$TAGS ./cmd/bf
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bifrost
path: |
bin/*
docs/ca-openapi.yml
- 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 858492a

Please sign in to comment.