Skip to content

Commit 2ce4273

Browse files
authored
Update checkout and codecov action (#1075)
1 parent 9a07d9e commit 2ce4273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Build Docker
2626
run: |
2727
make docker-qa-build PYTHON_VERSION=${{matrix.python-version}}
@@ -31,7 +31,7 @@ jobs:
3131
make docker-qa PYTHON_VERSION=${{matrix.python-version}}
3232
- name: Creating coverage report
3333
if: ${{ ( matrix.python-version == '3.8' ) }}
34-
uses: codecov/codecov-action@v1
34+
uses: codecov/codecov-action@v3
3535
with:
3636
files: ./coverage.xml
3737
fail_ci_if_error: true

0 commit comments

Comments
 (0)