Skip to content

Commit

Permalink
fix(workflows/python): deprecated actions/upload-artifact@v2 (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk authored Sep 12, 2024
1 parent bde24b4 commit b0fa90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python bin/generate_sdk_schemas_documentation.py --output-path references/sdk_schemas.md
python bin/generate_sdk_schemas_documentation.py --models --output-path='references/sdk_models.md'
- name: Documentation artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
retention-days: 1
Expand Down

0 comments on commit b0fa90a

Please sign in to comment.