diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5514b8d8..8d6f96ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Generate API reference run: make -C ./docs html - name: Upload docs artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: python-sdk-docs path: docs/_build/html