From 9ecbe67d7c3d887827068c7e3759fb76a79b3d6e Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 9 Jul 2025 15:38:11 -0700 Subject: [PATCH] Updated artifact version. --- 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..ffb131e 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/actions/upload-artifact@v4 with: name: "${{ steps.get_product_name.outputs.nameShort }}_${{ inputs.artifactSuffix }}" path: "${{ steps.find_output_dir.outputs.fullPath }}"