Skip to content

Commit 93f72f1

Browse files
authored
Merge pull request #4 from php-api-clients/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4
2 parents 2a078d4 + 0baa8da commit 93f72f1

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
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Download Generated Client
51-
uses: actions/download-artifact@v3
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: example-${{ inputs.name }}-client
5454
path: ./
@@ -81,7 +81,7 @@ jobs:
8181
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
8282
- run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
8383
- name: Download Generated Client
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: example-${{ inputs.name }}-client
8787
path: ./

0 commit comments

Comments
 (0)