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.
actions/upload-artifact
1 parent 07744da commit d07e481Copy full SHA for d07e481
action.yml
@@ -69,7 +69,7 @@ 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
0 commit comments