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: |