From d0d894c168fd24c316fa0342865522f377d81be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:56:35 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd0e922..05bc11e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: onefile: true - name: Upload Artifact[win-x64] - uses: actions/upload-artifact + uses: actions/upload-artifact@v4 with: name: GoFileCLI_win-x64 path: | @@ -89,7 +89,7 @@ jobs: onefile: true - name: Upload Artifact[linux-x64] - uses: actions/upload-artifact + uses: actions/upload-artifact@v4 with: name: GoFileCLI_linux-x64 path: | @@ -128,7 +128,7 @@ jobs: onefile: true - name: Upload Artifact[linux-arm64] - uses: actions/upload-artifact + uses: actions/upload-artifact@v4 with: name: GoFileCLI_linux-arm64 path: | @@ -167,7 +167,7 @@ jobs: onefile: true - name: Upload Artifact[osx-arm64] - uses: actions/upload-artifact + uses: actions/upload-artifact@v4 with: name: GoFileCLI_osx-arm64 path: |