Skip to content

Commit

Permalink
Bump GH actions Artifacts to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Sep 10, 2024
1 parent 574c242 commit 464d65e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
7z a -tzip ./${{ env.RELEASE_DIR }}/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip ./dist
- name: Upload Zip
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.build }}
path: ./${{ env.RELEASE_DIR }}
Expand All @@ -158,22 +158,22 @@ jobs:
release_name: ${{ steps.get_version.outputs.VERSION }}

- name: Download Linux tarball
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: linux

- name: Download Windows tarball
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: windows

- name: Download MacOS tarball
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: macos

- name: Download MacOS ARM64 tarball
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: macos_arm64

Expand Down

0 comments on commit 464d65e

Please sign in to comment.