Skip to content

Commit 4256bc6

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 133865f commit 4256bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Tar example files
2828
run: tar -czf example.tar ./example
2929
- name: Upload Generated Client
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3131
with:
3232
name: example-${{ inputs.name }}-client
3333
path: ./example.tar

0 commit comments

Comments
 (0)