Skip to content

Commit 668d2a4

Browse files
chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#621)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent a191aca commit 668d2a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/codecov-action@v6.0.1
41+
uses: codecov/codecov-action@v7.0.0
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/codecov-action@v6.0.1
39+
uses: codecov/codecov-action@v7.0.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)