Skip to content

Commit f9721c9

Browse files
Update codecov/codecov-action action to v4.6.0
1 parent 0dc79b8 commit f9721c9

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

0 commit comments

Comments
 (0)