Skip to content

Commit 4e8c1eb

Browse files
chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [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.4.2...v5.4.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47eee60 commit 4e8c1eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: bun run attw
3939

4040
- name: CodeCov
41-
uses: codecov/[email protected].2
41+
uses: codecov/[email protected].3
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/not-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: bun run attw
3737

3838
- name: CodeCov
39-
uses: codecov/[email protected].2
39+
uses: codecov/[email protected].3
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)