Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.1.1 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent c26718a commit 79fddc7
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.1.0
uses: codecov/codecov-action@v5.1.1
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.1.0
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 79fddc7

Please sign in to comment.