Skip to content

Commit 561173c

Browse files
committed
Update GitHub workflow
1 parent dc6a458 commit 561173c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
python -m build
4343
4444
- name: Upload coverage reports to Codecov
45-
uses: codecov/codecov-action@v3
46-
env:
47-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
45+
uses: codecov/codecov-action@v5
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
48+
slug: cognica-io/monic-framework

0 commit comments

Comments
 (0)