From 54b421d01f21a717a8dcfd610496dba29e726dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:59:14 -0500 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#818) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d2063f66..56791a376 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -229,7 +229,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Download unraid web components - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: unraid-web path: ./plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components @@ -265,13 +265,13 @@ jobs: run: mkdir staging-release/ - name: Download unraid-api binary tgz - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: unraid-api path: staging-release - name: Download plugin binary tgz - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: connect-files @@ -310,12 +310,12 @@ jobs: uses: actions/checkout@v3 - name: Download unraid-api binary tgz - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: unraid-api - name: Download plugin binary tgz - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: connect-files