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 7728574 commit 745eba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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
name: coverage-data-${{ matrix.coverage }}
path: .coverage.${{ matrix.coverage }}
include-hidden-files: true
if-no-files-found: error
Expand Down Expand Up @@ -112,9 +112,8 @@ jobs:
mypy -p wagtail_parler
- name: Download coverage data
uses: actions/download-artifact@v3
with:
name: coverage-data
uses: actions/download-artifact@v4
pattern: coverage-data-*

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

0 comments on commit 745eba9

Please sign in to comment.