diff --git a/.github/workflows/test-client.yaml b/.github/workflows/test-client.yaml index 3758ed1..a6ba668 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -22,7 +22,7 @@ jobs: - name: Tar example files run: tar -czf example.tar ./example - name: Upload Generated Client - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./example.tar