Skip to content

Commit

Permalink
ci: update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Nov 20, 2022
1 parent c457b3a commit 42cc38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Restore qupath cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
CACHE_NUMBER: 1
CACHE_NUMBER: 0
with:
path: ./qupath/download
key: ${{ runner.os }}-qupath-v${{ env.CACHE_NUMBER }}
Expand All @@ -59,7 +59,7 @@ jobs:
run: |
pytest --cov=./paquo --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
name: paquo

Expand Down

0 comments on commit 42cc38a

Please sign in to comment.