From 6d4ed9b2d80abdbfd099b44842fef48921bdca1b Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:40:34 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c594ca..5e973f9 100644 --- a/action.yml +++ b/action.yml @@ -209,7 +209,7 @@ runs: target_commitish: ${{ github.sha }} - name: "Upload the release" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ inputs.dry-run == 'true' }} with: name: "Release_for_${{ env.PKGNAME }}_${{ env.VERSION }}"