Skip to content

Commit

Permalink
Update upload artifacts gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Feb 28, 2024
1 parent 2a38264 commit c68a8b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
python -m coverage run -m pytest report
cp .coverage .coverage.${{ matrix.python-version }}
- name: Upload coverage report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: "coverage-data"
path: .coverage.${{ matrix.python-version }}
if-no-files-found: ignore
name: "coverage-data"
path: .coverage.${{ matrix.python-version }}
if-no-files-found: ignore

coverage:
name: "Combine and check coverage"
Expand Down

0 comments on commit c68a8b3

Please sign in to comment.