Skip to content

Commit b0fa90a

Browse files
authored
fix(workflows/python): deprecated actions/upload-artifact@v2 (#429)
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
1 parent bde24b4 commit b0fa90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python bin/generate_sdk_schemas_documentation.py --output-path references/sdk_schemas.md
3232
python bin/generate_sdk_schemas_documentation.py --models --output-path='references/sdk_models.md'
3333
- name: Documentation artifacts
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
3737
retention-days: 1

0 commit comments

Comments
 (0)