Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonjas committed Apr 12, 2024
1 parent 6073ec1 commit aa93cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
rm -rf ./docs/_build
tox -e docs
- name : Docs Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python_sdk_docs
path: docs/_build/html
Expand Down

0 comments on commit aa93cea

Please sign in to comment.