Skip to content

Commit bfb5ef4

Browse files
committed
Use codecov-action@v5 for Alpine
1 parent ad3e3c7 commit bfb5ef4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,15 @@ jobs:
207207
apk upgrade
208208
- name: Install System Python and Git
209209
run: |
210-
apk add python3 python3-dev py3-pip py3-nox py3-attrs git
210+
apk add python3 python3-dev py3-pip py3-nox py3-attrs git bash
211211
- name: Download Source
212212
uses: actions/checkout@v4
213213
- name: Run Tests
214214
run: |
215215
nox -e tests
216216
- name: Upload to codecov
217-
uses: codecov/codecov-action@v4
217+
uses: codecov/codecov-action@v5
218+
shell: bash
218219
with:
219220
token: ${{ secrets.CODECOV_TOKEN }}
220221
verbose: true

0 commit comments

Comments
 (0)