Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Dec 11, 2024
1 parent 2e30064 commit 191494d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: example_artifacts
name: example_artifacts_${{ matrix.python-version }}
path: example_artifacts
overwrite: true

5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,15 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts_${{ matrix.python-version }}
path: artifacts
retention-days: 5
overwrite: true
- name: Upload sessions
if: always()
uses: actions/upload-artifact@v4
with:
name: sessions_analytics
name: sessions_analytics_${{ matrix.python-version }}
path: sessions_analytics
retention-days: 5
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-rp-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: sessions_notebooks
name: sessions_notebooks_${{ inputs.python-version }}
path: sessions_notebooks
retention-days: 5
overwrite: true

0 comments on commit 191494d

Please sign in to comment.