Skip to content

Commit a3de0ee

Browse files
Merge pull request #462 from sambauers/dependabot/github_actions/codecov/codecov-action-5
2 parents 63e7f6d + 2c746df commit a3de0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run tests
3030
run: pnpm test
3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5
3333
env:
3434
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)