Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Lock in at a major version of actions/upload-artifact to prevent po…
…tential future breaks
  • Loading branch information
James M. Greene authored and GitHub committed Mar 24, 2023
1 parent 07744da commit d07e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -69,7 +69,7 @@ runs:
INPUT_PATH: ${{ inputs.path }}

- name: Upload artifact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar
Expand Down

0 comments on commit d07e481

Please sign in to comment.