Skip to content

Commit a355c03

Browse files
authored
Merge pull request #212 from php-api-clients/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4
2 parents d9202ff + bdb9a4f commit a355c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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)