Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DylannCordel committed Sep 18, 2024
1 parent ae18c41 commit 966c2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.coverage }}
name: .coverage.${{ matrix.coverage }}
path: .coverage.${{ matrix.coverage }}
include-hidden-files: true
if-no-files-found: error
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Download coverage data
uses: actions/download-artifact@v4
with:
pattern: coverage-data-*
pattern: .coverage.*

# - name: Check files
# run: |
Expand Down

0 comments on commit 966c2ad

Please sign in to comment.