Skip to content

Commit f01a991

Browse files
authored
update gh actions, fix codecov hopefully
v4 of codecov action should allow for forks to work better. Also make it not fail CI just to be sure
1 parent 3392d55 commit f01a991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4040
- uses: actions/checkout@v4
4141

42-
- uses: actions/setup-python@v4
42+
- uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
allow-prereleases: true
@@ -55,9 +55,9 @@ jobs:
5555
run: tox --skip-missing-interpreters false -e py`echo ${{ matrix.python-version }} | sed s/\\\.// | sed s/pypy/py/ | sed s/-dev//`
5656

5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
60-
fail_ci_if_error: true
60+
fail_ci_if_error: false
6161
flags: tests-${{ matrix.python-version }}
6262
name: codecov-umbrella
6363
verbose: true

0 commit comments

Comments
 (0)