Skip to content

Commit 2a078d4

Browse files
authored
Merge pull request #5 from php-api-clients/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents e1c0db6 + 73f004e commit 2a078d4

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Tar example files
2323
run: tar -czf example.tar ./example
2424
- name: Upload Generated Client
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: example-${{ inputs.name }}-client
2828
path: ./example.tar

0 commit comments

Comments
 (0)