Skip to content

Commit

Permalink
Merge pull request #16 from Thiht/dependabot/github_actions/all-actio…
Browse files Browse the repository at this point in the history
…ns-d109cd9e8b

Bump codecov/codecov-action from 4 to 5 in the all-actions group
  • Loading branch information
Thiht authored Nov 18, 2024
2 parents c3e0ab9 + 35ec6b5 commit 0f846cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: go test -timeout=5m -coverprofile cover.out -coverpkg ./... -covermode=atomic ./tests/...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0f846cb

Please sign in to comment.