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 133865f commit e5502d7Copy full SHA for e5502d7
.github/workflows/test-client.yaml
@@ -55,7 +55,7 @@ jobs:
55
- run: |
56
mkdir -p example/generated-${{ inputs.name }}
57
- name: Download Generated Client
58
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
59
with:
60
name: example-${{ inputs.name }}-client
61
path: ./
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments