Skip to content

Commit 4cc19c7

Browse files
Pin actions/upload-artifact to SHA
1 parent 2d163be commit 4cc19c7

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)