Use the correct v$ artifact action.

This commit is contained in:
2025-07-09 15:52:39 -07:00
parent 175b2e6fe5
commit 64263d5fad

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@v3 uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4
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 }}"