Skip to content

Commit 250a162

Browse files
Update codecov/codecov-action action to v5
1 parent cf185af commit 250a162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: python3 -m pytest --cov app --cov-report html --cov-report term --cov-report xml
3636

3737
- name: Upload reports to Codecov
38-
uses: codecov/codecov-action@v4-beta
38+
uses: codecov/codecov-action@v5-beta
3939
env:
4040
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Required for v4
4141
with:

0 commit comments

Comments
 (0)