diff --git a/.github/workflows/run-rp-notebook.yml b/.github/workflows/run-rp-notebook.yml index b500f7527..62024baee 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.python-version }} + name: sessions_notebooks_${{inputs.notebook-name}} path: sessions_notebooks retention-days: 5 overwrite: true