Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 344a932 commit 56af3c1
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@v5.0.6
uses: codecov/codecov-action@v5.0.7
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@v5.0.6
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 56af3c1

Please sign in to comment.