From c2ac2bb00a954d279df281b36e53f537f92e3bb3 Mon Sep 17 00:00:00 2001 From: Rodz Labs Date: Sun, 18 Aug 2024 17:15:11 +0200 Subject: [PATCH] Updated CI to download-artifact v4 --- .github/workflows/dev-desktop-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index e22e327d..64069241 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -173,7 +173,7 @@ jobs: run: sips -s format icns "./build/mac/Material Maker.app/Contents/Resources/icon.icns" --out "./build/mac/Material Maker.app/Contents/Resources/icon.icns" - name: Get documentation 🚀 if: ${{ github.event.inputs.gen_doc == 'true' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: documentation path: doc