From b64197d2702784192d72c2727608e47c7779e00a Mon Sep 17 00:00:00 2001 From: Ananth Bhaskararaman Date: Sun, 14 Jul 2024 23:57:44 +0530 Subject: [PATCH] chore: Update action workflow versions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0168cd0..693f896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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