Skip to content

Commit

Permalink
Immutable artifacts in v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Feb 17, 2024
1 parent 82429a4 commit 655bf6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.os }}-${{ matrix.python }}
path: .coverage.*
retention-days: 1

Expand Down Expand Up @@ -114,7 +114,9 @@ jobs:
- name: Download coverage artifacts
uses: actions/download-artifact@v4
with:
name: coverage
name: coverage-*
merge-multiple: true
path: dist

# Tox runs `coverage combine` and `coverage xml`
- name: Combine coverage and report
Expand Down

0 comments on commit 655bf6c

Please sign in to comment.