Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 2

Commit d9202ff

Browse files
authoredDec 15, 2023
Merge pull request #213 from php-api-clients/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents a39ed4d + 4892613 commit d9202ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test-client.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Tar example files
2828
run: tar -czf example.tar ./example
2929
- name: Upload Generated Client
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: example-${{ inputs.name }}-client
3333
path: ./example.tar

0 commit comments

Comments
 (0)