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 06b11c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 }}
path: .coverage.*
retention-days: 1

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Download coverage artifacts
uses: actions/download-artifact@v4
with:
name: coverage
name: coverage-*

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

0 comments on commit 06b11c9

Please sign in to comment.