Skip to content

Commit 95adf03

Browse files
authored
Merge pull request #235 from php-api-clients/renovate/update-github-tags-actions-download-artifact-v4-3-0
Update actions/download-artifact action to v4.3.0
2 parents 5a9a580 + 3250077 commit 95adf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-client.yaml

Lines changed: 2 additions & 2 deletions
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@v4
58+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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@v4
93+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9494
with:
9595
name: example-${{ inputs.name }}-client
9696
path: ./

0 commit comments

Comments
 (0)