We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95adf03 + 4256bc6 commit e72af00Copy full SHA for e72af00
.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@v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31
with:
32
name: example-${{ inputs.name }}-client
33
path: ./example.tar
0 commit comments