Skip to content

Commit 3c94c62

Browse files
Update codecov/codecov-action action to v5.0.4
1 parent 1751a65 commit 3c94c62

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

0 commit comments

Comments
 (0)