From 62748dab10d2429eb55405d3dc2f598df6950ca4 Mon Sep 17 00:00:00 2001 From: StackDoubleFlow Date: Tue, 3 Sep 2024 18:42:38 -0400 Subject: [PATCH] ci: bump upload-artifact version for macos --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb2fb6f..a445c85f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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