Skip to content

Commit 62748da

Browse files
ci: bump upload-artifact version for macos
1 parent 87bca1f commit 62748da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
args: --release --target ${{ matrix.target }}
4545

4646
- name: Upload
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: mchprs-${{ matrix.target }}
5050
path: target/${{ matrix.target }}/release/mchprs${{ matrix.ext }}
@@ -53,11 +53,11 @@ jobs:
5353
needs: build
5454
runs-on: macos-latest
5555
steps:
56-
- uses: actions/download-artifact@v4.1.7
56+
- uses: actions/download-artifact@v4
5757
with:
5858
name: mchprs-x86_64-apple-darwin
5959
path: x86_64
60-
- uses: actions/download-artifact@v4.1.7
60+
- uses: actions/download-artifact@v4
6161
with:
6262
name: mchprs-aarch64-apple-darwin
6363
path: aarch64

0 commit comments

Comments
 (0)