From 4679557bb14256966e14ead1792e9bfb3844ed3e Mon Sep 17 00:00:00 2001 From: Benjamin Jesuiter Date: Sat, 5 Oct 2024 17:48:03 +0200 Subject: [PATCH] try to fix zip deploy workflow --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 251a45e..c641303 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -272,7 +272,7 @@ jobs: steps: ###--Download macOS App Artifact--### - name: Download macOS App Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: '${{ env.DIST_DIR }}' @@ -284,7 +284,7 @@ jobs: - name: Create Release id: create-release - uses: actions/create-release@v1.1.0 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: