Skip to content

Commit 6310ee5

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent cbcf34f commit 6310ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run pytest
6868
run: poetry run python -m pytest --cov=step_exec_lib/ --cov-report=xml --log-cli-level=info tests/
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v4.6.0
70+
uses: codecov/codecov-action@v5.1.1
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
file: .coverage/coverage.xml

0 commit comments

Comments
 (0)