Skip to content

Commit 4892613

Browse files
Update actions/upload-artifact action to v4
1 parent a39ed4d commit 4892613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-client.yaml

+1-1
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@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: example-${{ inputs.name }}-client
3333
path: ./example.tar

0 commit comments

Comments
 (0)