Skip to content

Commit

Permalink
Fix CI warnings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippewarren authored Dec 4, 2022
1 parent 3c7d64d commit 8d7cde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: python -m pytest -v --cov-report=html:./coverage_html

- name: Uploading coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage_${{ matrix.python-version }}_${{ matrix.os }}
path: ./coverage_html
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch_depth: 0
fetch-depth: 0

- name: Installing Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8d7cde4

Please sign in to comment.