Skip to content

Commit

Permalink
ci: bump upload-artifact version for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
StackDoubleFlow committed Sep 3, 2024
1 parent 87bca1f commit 62748da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
args: --release --target ${{ matrix.target }}

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mchprs-${{ matrix.target }}
path: target/${{ matrix.target }}/release/mchprs${{ matrix.ext }}
Expand All @@ -53,11 +53,11 @@ jobs:
needs: build
runs-on: macos-latest
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: mchprs-x86_64-apple-darwin
path: x86_64
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: mchprs-aarch64-apple-darwin
path: aarch64
Expand Down

0 comments on commit 62748da

Please sign in to comment.