Skip to content

Commit d647d73

Browse files
chore(deps): bump codecov/codecov-action from 5 to 7 (#76)
1 parent a7d88ac commit d647d73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Run test suite
9898
id: pre
9999
run: tox -v --skip-pkg-install --exit-and-dump-after 1200
100-
- uses: codecov/codecov-action@v5
100+
- uses: codecov/codecov-action@v7
101101
if: ${{ always() }}
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run test suite
7171
id: pre
7272
run: tox -v --skip-pkg-install --exit-and-dump-after 1200
73-
- uses: codecov/codecov-action@v5
73+
- uses: codecov/codecov-action@v7
7474
if: ${{ always() }}
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)