Revert artifacts.

This commit is contained in:
2025-07-09 15:48:45 -07:00
parent 9ecbe67d7c
commit 175b2e6fe5

View File

@@ -110,7 +110,7 @@ runs:
minDepth: 1 minDepth: 1
maxDepth: 1 maxDepth: 1
- name: "Upload Artifacts" - name: "Upload Artifacts"
uses: https://github.com/actions/upload-artifact@v4 uses: https://github.com/actions/upload-artifact@v3
with: with:
name: "${{ steps.get_product_name.outputs.nameShort }}_${{ inputs.artifactSuffix }}" name: "${{ steps.get_product_name.outputs.nameShort }}_${{ inputs.artifactSuffix }}"
path: "${{ steps.find_output_dir.outputs.fullPath }}" path: "${{ steps.find_output_dir.outputs.fullPath }}"