From fefcb1d0088c11e22f4069c5a4de194fa0df6973 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 17 Oct 2025 22:22:24 +0200 Subject: [PATCH] Fix for action version --- .github/actions/release-apps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release-apps/action.yml b/.github/actions/release-apps/action.yml index 22c85f0..deca8e5 100644 --- a/.github/actions/release-apps/action.yml +++ b/.github/actions/release-apps/action.yml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: Download app artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: downloaded_apps - name: Place reports' artifacts