From 64263d5fad6c4bd4bfc8935a8ad34c9ab0f5ddf1 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 9 Jul 2025 15:52:39 -0700 Subject: [PATCH] Use the correct v$ artifact action. --- unity-project-cached-artifacts/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-project-cached-artifacts/action.yaml b/unity-project-cached-artifacts/action.yaml index 1eb9127..d2b50e3 100644 --- a/unity-project-cached-artifacts/action.yaml +++ b/unity-project-cached-artifacts/action.yaml @@ -110,7 +110,7 @@ runs: minDepth: 1 maxDepth: 1 - name: "Upload Artifacts" - uses: https://github.com/actions/upload-artifact@v3 + uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4 with: name: "${{ steps.get_product_name.outputs.nameShort }}_${{ inputs.artifactSuffix }}" path: "${{ steps.find_output_dir.outputs.fullPath }}"