From b87c8302635ac2360bf4f070b6e8fdfb6994f82e Mon Sep 17 00:00:00 2001 From: purplenicole730 Date: Thu, 19 Dec 2024 13:08:55 -0500 Subject: [PATCH] upgrade version --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e335273..d061e75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,9 +108,9 @@ jobs: - name: Copy run: cp target/${{ matrix.target }}/release/libviam.dylib builds/libviam-${{ matrix.platform }}.dylib - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: builds + name: macos-builds-${{ matrix.platform }} path: builds build_linux: @@ -153,9 +153,9 @@ jobs: - name: Copy run: cp target/${{ matrix.target }}/release/libviam.so builds/libviam-${{ matrix.platform }}.so - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: builds + name: linux-builds-${{ matrix.platform }} path: builds release: