Skip to content

Commit 7b1f4a7

Browse files
authored
Merge pull request #127 from heavymachinery/pin-sha
Pin `actions/upload-artifact` to SHA
2 parents 2d163be + 4cc19c7 commit 7b1f4a7

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
@@ -77,7 +77,7 @@ runs:
7777

7878
- name: Upload artifact
7979
id: upload-artifact
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
name: ${{ inputs.name }}
8383
path: ${{ runner.temp }}/artifact.tar

0 commit comments

Comments
 (0)