Skip to content

Commit f0c6d5c

Browse files
authored
Merge pull request #1015 from jrobichaud/dependabot/github_actions/codecov/codecov-action-6
2 parents d3383c0 + ee183dd commit f0c6d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CELERY_BROKER_URL: redis://0.0.0.0:6379
3535
DJANGO_SETTINGS_MODULE: config.settings.test_demo_app
3636
run: pytest --cov=./django_structlog_demo_project --cov-append django_structlog_demo_project
37-
- uses: codecov/codecov-action@v5
37+
- uses: codecov/codecov-action@v6
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
fail_ci_if_error: false # disable for the moment because it prevents PR to succeed
@@ -64,7 +64,7 @@ jobs:
6464
uses: supercharge/redis-github-action@v2
6565
- name: Test with tox
6666
run: tox
67-
- uses: codecov/codecov-action@v5
67+
- uses: codecov/codecov-action@v6
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: false # disable for the moment because it prevents PR to succeed

0 commit comments

Comments
 (0)