Skip to content

Commit 0ecdac0

Browse files
Merge pull request #189 from giantswarm/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.3.1
2 parents b2f727e + b913cfb commit 0ecdac0

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@v5.3.0
70+
uses: codecov/codecov-action@v5.3.1
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
file: .coverage/coverage.xml

0 commit comments

Comments
 (0)