From 1a981fa0dba3ca2a655b0a41e13c8a1719fde4e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:04:49 +0200 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cda5d87..2363c32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: with: command: build args: --release --all-features - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Linux Client path: target/release/desktop2mqtt @@ -40,7 +40,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: deb - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Debian Package path: target/debian/* @@ -65,7 +65,7 @@ jobs: with: command: build args: --release --all-features - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Windows Client path: target/release/desktop2mqtt.exe @@ -90,7 +90,7 @@ jobs: with: command: build args: --release --all-features - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: macOS Client path: target/release/desktop2mqtt