Skip to content

Commit

Permalink
Use individual artifacts per job
Browse files Browse the repository at this point in the history
  • Loading branch information
woxcab committed Nov 24, 2024
1 parent 788099c commit 68a9b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: tox
- uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ strategy.job-index }}
path: .cov/.coverage*
retention-days: 1
include-hidden-files: true
Expand All @@ -65,8 +65,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage-*
path: .cov
merge-multiple: true
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 68a9b00

Please sign in to comment.