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 }}"