From 1cafa6bb2f72491c52cf0eb68c6ec20aaf78cb6d Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Wed, 11 Dec 2024 10:01:09 +0100 Subject: [PATCH] snap --- .github/workflows/run-rp-notebook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-rp-notebook.yml b/.github/workflows/run-rp-notebook.yml index 62024baee..2f146aad2 100644 --- a/.github/workflows/run-rp-notebook.yml +++ b/.github/workflows/run-rp-notebook.yml @@ -79,7 +79,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: sessions_notebooks_${{inputs.notebook-name}} + name: sessions_notebooks${{inputs.notebook-name}}_${{inputs.python-version}} path: sessions_notebooks retention-days: 5 overwrite: true