Lock in at a major version of actions/upload-artifact to prevent potential future breaks

This commit is contained in:
James M. Greene
2023-03-24 10:10:04 -05:00
committed by GitHub
parent 07744da919
commit d07e4817c2

View File

@@ -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