Merge pull request #127 from heavymachinery/pin-sha

Pin `actions/upload-artifact` to SHA
This commit is contained in:
Jess Bees
2025-08-14 10:24:33 -04:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ runs:
- name: Upload artifact - name: Upload artifact
id: upload-artifact id: upload-artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: ${{ inputs.name }} name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar path: ${{ runner.temp }}/artifact.tar