Skip to content

Commit acd0f42

Browse files
chore(deps): update actions/upload-artifact action to v5 (#12985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a1a226 commit acd0f42

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)