Skip to content

Commit d5f4da1

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 949e2ca commit d5f4da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- run: npm run b-test
2929
env:
3030
PROJECT_ID: ${{ secrets.PROJECT_ID }}
31-
- uses: codecov/codecov-action@v4
31+
- uses: codecov/codecov-action@v5

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm run b-test
3131
env:
3232
PROJECT_ID: ${{ secrets.PROJECT_ID }}
33-
- uses: codecov/codecov-action@v4
33+
- uses: codecov/codecov-action@v5
3434
- run: npm publish || true
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)