Skip to content

Commit

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

0 comments on commit a152972

Please sign in to comment.