Skip to content

Commit

Permalink
Merge pull request #350 from compscidr/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
compscidr authored Nov 15, 2024
2 parents ce114c1 + a7e9b58 commit 1db44cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/...

- name: Code Coverage
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/...

- name: Code Coverage
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 1db44cc

Please sign in to comment.