Use the correct v$ artifact action.
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user