Skip to content

Commit 2fbe692

Browse files
authored
Merge pull request #8 from tab/dependabot/github_actions/codecov/codecov-action-5.4.2
chore(deps): Bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents 6b9238d + 71d3fba commit 2fbe692

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
6363
- name: Upload coverage to Codecov
6464
if: matrix.version == '1.24'
65-
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
66-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
65+
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
66+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run coverage
2222
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
2323
- name: Upload coverage to Codecov
24-
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
25-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
24+
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
25+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)