Skip to content

Commit db9edf5

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent c52be95 commit db9edf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docmodel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run docmodel
2424

2525
- name: Upload documentation model artifact
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: client-api-documentation
2929
path: docs/public/client.api.json

0 commit comments

Comments
 (0)