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.
1 parent 55c26aa commit dcd6931Copy full SHA for dcd6931
.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@v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
26
with:
27
name: example-${{ inputs.name }}-client
28
path: ./example.tar
0 commit comments