Skip to content

Commit 171b2e9

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fb6508 commit 171b2e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
- name: Run tests
6161
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1
6262

63-
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
63+
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
6464
with:
6565
name: "build-${{ matrix.python-version }}"
6666
fail_ci_if_error: true
6767
use_oidc: true
6868

6969
- name: Upload test results to Codecov
7070
if: ${{ !cancelled() }}
71-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
71+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7272
with:
7373
name: build-${{ matrix.python-version }}
7474
fail_ci_if_error: true

0 commit comments

Comments
 (0)