We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1c0db6 + 73f004e commit 2a078d4Copy full SHA for 2a078d4
.github/workflows/test-client.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Tar example files
23
run: tar -czf example.tar ./example
24
- name: Upload Generated Client
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
with:
27
name: example-${{ inputs.name }}-client
28
path: ./example.tar
0 commit comments