From c10e915cce6936dbdf20fac4919684c375604be1 Mon Sep 17 00:00:00 2001 From: gopalrs <33950290+gopalrs@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:00:10 +0530 Subject: [PATCH] Add a run id to files to avoid naming conflicts --- .github/workflows/build-python-pdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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