Skip to content

Commit

Permalink
Merge pull request #440 from cloudflare/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
nickysemenza committed Feb 8, 2024
2 parents ee142a8 + 8cdf5d0 commit f3505b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: go install github.com/ory/go-acc@latest
- run: go-acc -o coverage.txt ./... -- -race -tags integration
- run: make test-trust
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
test-hsm:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- run: go-acc -o coverage.txt ./... -- -race -tags pkcs11
env:
TEST_SOFT_HSM: true
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f3505b2

Please sign in to comment.