Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 (#428)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.0.1...v4.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
  • Loading branch information
dependabot[bot] and pmalek committed Mar 29, 2024
1 parent ac2acc4 commit e8e1ed0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-enterprise-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run tests
run: make test-coverage-enterprise
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.1
continue-on-error: true
with:
name: codecov-enterprise-nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Run tests
run: make test-coverage-enterprise
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.1
continue-on-error: true
with:
name: codecov-${{ matrix.kong_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run tests
run: make test-coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.1
continue-on-error: true
with:
name: codecov-nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run tests
run: make test-coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.1
continue-on-error: true
with:
name: codecov-${{ matrix.kong_version }}
Expand Down

0 comments on commit e8e1ed0

Please sign in to comment.