2 Commits

Author SHA1 Message Date
Jess Bees
7b1f4a764d Merge pull request #127 from heavymachinery/pin-sha
Pin `actions/upload-artifact` to SHA
2025-08-14 10:24:33 -04:00
Dylan
4cc19c7d3f Pin actions/upload-artifact to SHA 2025-08-13 21:03:10 -05:00

View File

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