This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 6b5e07c68 Bump codecov/codecov-action from 4.1.1 to 4.3.0
6b5e07c68 is described below
commit 6b5e07c681e62c152a7adcba9df4948225966bf5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 19:25:10 2024 +0000
Bump codecov/codecov-action from 4.1.1 to 4.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 4.1.1 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
-
[Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/codecov/codecov-action/compare/c16abc29c95fcf9174b58eb7e1abf4c866893bc8...84508663e988701840491b86de86b666e8a86bed)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 142549854..47e469e6e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -193,7 +193,7 @@ jobs:
run: $SBT coverageAggregate
- name: Upload Coverage Report
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8
# v4.1.1
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
# v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}