We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a078d4 + 0baa8da commit 93f72f1Copy full SHA for 93f72f1
.github/workflows/test-client.yaml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v4
50
- name: Download Generated Client
51
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
52
with:
53
name: example-${{ inputs.name }}-client
54
path: ./
@@ -81,7 +81,7 @@ jobs:
81
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
82
- run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
83
84
85
86
87
0 commit comments