We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39ed4d commit 4892613Copy full SHA for 4892613
.github/workflows/test-client.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Tar example files
28
run: tar -czf example.tar ./example
29
- name: Upload Generated Client
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: example-${{ inputs.name }}-client
33
path: ./example.tar
0 commit comments