Skip to content

Commit

Permalink
Download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stdefeber authored Oct 3, 2024
1 parent 6c142e6 commit 0c49575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Test package
run: |
pytest -v -n auto
- name: "Archive build artifacts"
uses: upload-artifact@v3.2.1-node20
- name: Archive build artifacts
uses: actions/download-artifact@v4
with:
name: "debug"
path: |
path:
/tmp
retention-days: 2

0 comments on commit 0c49575

Please sign in to comment.