Skip to content

Commit 09db207

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6 (Sofie-Automation#1701)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8398db1 commit 09db207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
CI: true
9797
- name: Send coverage
9898
if: ((github.event_name == 'pull_request') && (!startsWith(github.head_ref, 'release'))) || ((github.event_name == 'push') && (!startsWith(github.ref_name, 'release')))
99-
uses: codecov/codecov-action@v5
99+
uses: codecov/codecov-action@v6
100100
env:
101101
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102102

@@ -530,7 +530,7 @@ jobs:
530530
CI: true
531531
- name: Send coverage
532532
if: (matrix.node-version == '22.x' || matrix.send-coverage == true) && (((github.event_name == 'pull_request') && (!startsWith(github.head_ref, 'release'))) || ((github.event_name == 'push') && (!startsWith(github.ref_name, 'release'))))
533-
uses: codecov/codecov-action@v5
533+
uses: codecov/codecov-action@v6
534534
env:
535535
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
536536

0 commit comments

Comments
 (0)