Skip to content

Commit 7feeb0b

Browse files
committed
Merge remote-tracking branches 'upstream/dependabot/github_actions/actions-infrastructure-a115f6458e' and 'upstream/dependabot/github_actions/codecov/codecov-action-4'
* upstream/dependabot/github_actions/actions-infrastructure-a115f6458e: Update .github/workflows/test.yml Build(deps): Bump the actions-infrastructure group with 3 updates * upstream/dependabot/github_actions/codecov/codecov-action-4: Update .github/workflows/test.yml Build(deps): Bump codecov/codecov-action from 3 to 4
2 parents 42dea7a + 6471a88 commit 7feeb0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,11 @@ jobs:
162162
run: tox c
163163
- name: Run tox
164164
run: tox -v --exit-and-dump-after 1200
165-
- uses: codecov/codecov-action@v3
165+
- uses: codecov/codecov-action@v4
166166
if: ${{ always() }}
167167
with:
168168
files: cov.xml
169+
token: ${{ secrets.CODECOV_TOKEN }}
169170
- name: Upload pytest test results
170171
uses: actions/upload-artifact@v4
171172
with:

0 commit comments

Comments
 (0)