Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 14, 2024
1 parent 9ac54ad commit 2a4d488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: ls -lah
- uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.python-version }}
include-hidden-files: true
if-no-files-found: error
path: ".coverage"
Expand All @@ -91,7 +91,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: coverage
name: coverage-3.12
path: .

- name: Debug downloaded artifact
Expand Down

0 comments on commit 2a4d488

Please sign in to comment.