Skip to content

Commit

Permalink
Merge pull request #252 from kitsuyui/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
kitsuyui authored Nov 17, 2024
2 parents 3a56f77 + b0fc9a3 commit 7f60542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
version: "~> v2"
args: build --snapshot --clean

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down

0 comments on commit 7f60542

Please sign in to comment.