Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2
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.0.2.
- [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.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent c58581e commit a94520a
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.0.2
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.0.2
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.0.2
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.0.2
continue-on-error: true
with:
name: codecov-${{ matrix.kong_version }}
Expand Down

0 comments on commit a94520a

Please sign in to comment.