Skip to content

Commit

Permalink
workflows: fix test.yaml (actions/upload-artifact#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Sep 7, 2024
1 parent 2123609 commit a10de6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Store coverage files
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: coverage-${{ matrix.python-version }}-${{ matrix.os }}
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}

Expand Down

0 comments on commit a10de6e

Please sign in to comment.