Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.4.0.
- [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.3.0...v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent f4e320f commit 591c6b7
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 @@ -69,7 +69,7 @@ jobs:
- name: Run tests
run: make test-coverage-enterprise
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.4.0
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 @@ -104,7 +104,7 @@ jobs:
- name: Run tests
run: make test-coverage-enterprise
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.4.0
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 @@ -44,7 +44,7 @@ jobs:
- name: Run tests
run: make test-coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.4.0
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 @@ -81,7 +81,7 @@ jobs:
- name: Run tests
run: make test-coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.4.0
continue-on-error: true
with:
name: codecov-${{ matrix.kong_version }}
Expand Down

0 comments on commit 591c6b7

Please sign in to comment.