We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9202ff + bdb9a4f commit a355c03Copy full SHA for a355c03
.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@v3
+ uses: actions/download-artifact@v4
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