Skip to content

Commit 8bb67a2

Browse files
authored
Merge pull request #442 from pbs-data-solutions/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 8a2731d + 59b0190 commit 8bb67a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run tests
7979
run: uv run pytest --cov=prelude_parser --cov-report=xml
8080
- name: Upload coverage
81-
uses: codecov/codecov-action@v4
81+
uses: codecov/codecov-action@v5
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
fail_ci_if_error: true

0 commit comments

Comments
 (0)