We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bca1f commit 62748daCopy full SHA for 62748da
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
args: --release --target ${{ matrix.target }}
45
46
- name: Upload
47
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
48
with:
49
name: mchprs-${{ matrix.target }}
50
path: target/${{ matrix.target }}/release/mchprs${{ matrix.ext }}
@@ -53,11 +53,11 @@ jobs:
53
needs: build
54
runs-on: macos-latest
55
steps:
56
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
57
58
name: mchprs-x86_64-apple-darwin
59
path: x86_64
60
61
62
name: mchprs-aarch64-apple-darwin
63
path: aarch64
0 commit comments