Skip to content

Commit 3c3be5b

Browse files
Update codecov/codecov-action action to v5.0.7 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 344a932 commit 3c3be5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/...
4040

4141
- name: Code Coverage
42-
uses: codecov/codecov-action@v5.0.6
42+
uses: codecov/codecov-action@v5.0.7
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545

.github/workflows/release-untagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/...
4040

4141
- name: Code Coverage
42-
uses: codecov/codecov-action@v5.0.6
42+
uses: codecov/codecov-action@v5.0.7
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545

0 commit comments

Comments
 (0)