Skip to content

Commit

Permalink
Merge pull request #10358 from drakulavich/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Oct 9, 2022
2 parents 81113c1 + d0abfb1 commit 571dc6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ jobs:
use_coverage: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand All @@ -183,7 +183,7 @@ jobs:

- name: Upload coverage to Codecov
if: "matrix.use_coverage"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: ./coverage.xml
Expand Down

0 comments on commit 571dc6b

Please sign in to comment.