Skip to content

Commit

Permalink
update github release action to download-artifact/upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Sep 24, 2024
1 parent b02fabf commit ed5795e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload build as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: krr-${{ matrix.os }}-${{ github.ref_name }}
path: ./krr-${{ matrix.os }}-${{ github.ref_name }}.zip
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Download MacOS artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: krr-macos-latest-${{ github.ref_name }}
- name: Calculate hash
Expand All @@ -177,7 +177,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Download Linux artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: krr-ubuntu-latest-${{ github.ref_name }}
- name: Calculate hash
Expand Down

0 comments on commit ed5795e

Please sign in to comment.