From f7dd09d48144c65e8a4c5345553a64fc4bbcff02 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 14 Jan 2024 11:04:48 -0500 Subject: [PATCH] get rid of warnings from old version of Shopify/upload-to-release --- .github/workflows/cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7b225c2..b73941f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - name: Build the executable run: cargo build --release - - uses: Shopify/upload-to-release@1.0.0 + - uses: Shopify/upload-to-release@2.0.0 with: name: monolith.exe path: target\release\monolith.exe @@ -53,7 +53,7 @@ jobs: run: cargo build --release --target=arm-unknown-linux-gnueabihf - name: Attach artifact to the release - uses: Shopify/upload-to-release@1.0.0 + uses: Shopify/upload-to-release@2.0.0 with: name: monolith-gnu-linux-armhf path: target/arm-unknown-linux-gnueabihf/release/monolith @@ -86,7 +86,7 @@ jobs: run: cargo build --release --target=aarch64-unknown-linux-gnu - name: Attach artifact to the release - uses: Shopify/upload-to-release@1.0.0 + uses: Shopify/upload-to-release@2.0.0 with: name: monolith-gnu-linux-aarch64 path: target/aarch64-unknown-linux-gnu/release/monolith @@ -101,7 +101,7 @@ jobs: - name: Build the executable run: cargo build --release - - uses: Shopify/upload-to-release@1.0.0 + - uses: Shopify/upload-to-release@2.0.0 with: name: monolith-gnu-linux-x86_64 path: target/release/monolith