Skip to content

Commit d07e481

Browse files
authored
Lock in at a major version of actions/upload-artifact to prevent potential future breaks
1 parent 07744da commit d07e481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
INPUT_PATH: ${{ inputs.path }}
7070

7171
- name: Upload artifact
72-
uses: actions/upload-artifact@main
72+
uses: actions/upload-artifact@v3
7373
with:
7474
name: ${{ inputs.name }}
7575
path: ${{ runner.temp }}/artifact.tar

0 commit comments

Comments
 (0)