We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3acd10 + d07e481 commit 64bcae5Copy full SHA for 64bcae5
action.yml
@@ -69,8 +69,9 @@ runs:
69
INPUT_PATH: ${{ inputs.path }}
70
71
- name: Upload artifact
72
- uses: actions/upload-artifact@main
+ uses: actions/upload-artifact@v3
73
with:
74
name: ${{ inputs.name }}
75
path: ${{ runner.temp }}/artifact.tar
76
retention-days: ${{ inputs.retention-days }}
77
+ if-no-files-found: error
0 commit comments