From 1bbd899b9810bc0c2738faf7f009ffc086ec512b Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 20 Jun 2024 19:37:16 -0500 Subject: [PATCH] Update release workflow --- .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 f233627..b2bf4fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: - os: ubuntu-latest target: aarch64-unknown-linux-musl - - os: macos-11 + - os: macos-latest target: x86_64-apple-darwin - - os: macos-11 + - os: macos-latest target: aarch64-apple-darwin - os: windows-latest @@ -80,7 +80,7 @@ jobs: ./target/${{ matrix.target }}/release/portman.exe - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.target }} path: | @@ -88,7 +88,7 @@ jobs: *.tar.gz - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | *.zip