Skip to content

Commit

Permalink
Merge branch 'main' into mergify/configuration-deprecated-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 23, 2024
2 parents 8cbacad + 3ceeab0 commit 20b543c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go test -coverprofile=coverage.txt ./...

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -63,7 +63,7 @@ jobs:
run: make test-integration

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: make test-e2e

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 20b543c

Please sign in to comment.