Skip to content

Commit cb1ccee

Browse files
Update codecov/codecov-action action to v5.0.2 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65b1c07 commit cb1ccee

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.1
42+
uses: codecov/codecov-action@v5.0.2
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.1
42+
uses: codecov/codecov-action@v5.0.2
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545

0 commit comments

Comments
 (0)