Skip to content

Commit bdb9a4f

Browse files
Update actions/download-artifact action to v4
1 parent d9202ff commit bdb9a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-client.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: |
5656
mkdir -p example/generated-${{ inputs.name }}
5757
- name: Download Generated Client
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: example-${{ inputs.name }}-client
6161
path: ./
@@ -90,7 +90,7 @@ jobs:
9090
- run: |
9191
mkdir -p example/generated-${{ inputs.name }}
9292
- name: Download Generated Client
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: example-${{ inputs.name }}-client
9696
path: ./

0 commit comments

Comments
 (0)