Skip to content

Commit

Permalink
Upgrade artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jul 23, 2024
1 parent 4eee35b commit d414748
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 @@ -27,21 +27,21 @@ jobs:
args: release --clean --skip=publish --snapshot
-
name: Upload Win64 Binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: success()
with:
name: Warp-Snapshot-Build-Win64
path: dist/warp_windows_amd64_v1
-
name: Upload Linux Binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: success()
with:
name: Warp-Snapshot-Build-Linux-amd64
path: dist/warp_linux_amd64_v1
-
name: Upload MacOS Binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: success()
with:
name: Warp-Snapshot-Build-MacOSX-amd64
Expand Down

0 comments on commit d414748

Please sign in to comment.