Skip to content

Commit 6cd07e4

Browse files
authored
Merge pull request #4259 from ProjectMirador/dependabot/github_actions/actions-7980569b8c
Bump codecov/codecov-action from 5 to 6 in the actions group
2 parents 8c2cebf + c3e3c79 commit 6cd07e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- run: npm install
2626
- run: npm test -- --coverage
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v5
28+
uses: codecov/codecov-action@v6
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)