From 37ff504164ba82cf645ff5ec318e74fa1e226a16 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Wed, 18 Sep 2024 21:51:02 +0530 Subject: [PATCH] update actions artifact (#931) --- .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 1f439e252..651a1f865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: mv target/${{ matrix.target }}/release/parseable Parseable_OSS_${{ matrix.target }} - name: Create Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Parseable_OSS_${{ matrix.target }} path: Parseable_OSS_${{ matrix.target }} @@ -76,7 +76,7 @@ jobs: mv target/x86_64-pc-windows-msvc/release/PARSEABLE.exe Parseable_OSS_x86_64-pc-windows-msvc.exe - name: Create artifact for Windows - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Parseable_OSS_x86_64-pc-windows-msvc.exe path: Parseable_OSS_x86_64-pc-windows-msvc.exe @@ -121,7 +121,7 @@ jobs: mv target/${{ matrix.target }}/release/Parseable Parseable_OSS_${{ matrix.target }} - name: Create artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Parseable_OSS_${{ matrix.target }} path: Parseable_OSS_${{ matrix.target }} @@ -147,7 +147,7 @@ jobs: find . -type f -name "Parseable_OSS_*" -exec shasum {} \; | sed 's/.\/.*\///' > checksum.txt - name: Create artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: checksum.txt path: checksum.txt