diff --git a/.github/workflows/build-python-pdoc.yml b/.github/workflows/build-python-pdoc.yml index 6ea8e9880..444a7ee6e 100644 --- a/.github/workflows/build-python-pdoc.yml +++ b/.github/workflows/build-python-pdoc.yml @@ -47,7 +47,7 @@ jobs: with: name: dependencies path: | - dependencies_documentation.txt + ${{ github.run_id }}-dependencies_documentation.txt overwrite: true - name: Archive documentation artifacts uses: actions/upload-artifact@v4