Skip to content

Commit

Permalink
Merge pull request #39 from oalders/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
oalders authored Nov 19, 2024
2 parents 1eb14a2 + 05e1988 commit 44ec9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: bats test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
macos:
runs-on: macos-latest
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
precious:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 44ec9b9

Please sign in to comment.