aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-14 17:19:47 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-14 17:25:57 +0000
commit3e8bbf27d80e7f6aa14f677db46012a0be36d7e0 (patch)
treea1fa1a5a7bf50b42afb57a5c3558ce22235e0453
parentbd5ddb57598bd05045e71b30ceb4c74eb79a3a27 (diff)
downloadjavaparser-upstream-master.tar.gz
chore(deps): update codecov/codecov-action action to v4.4.0upstream-master
-rw-r--r--.github/workflows/maven_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/maven_tests.yml b/.github/workflows/maven_tests.yml
index 0bd576e32..819a49906 100644
--- a/.github/workflows/maven_tests.yml
+++ b/.github/workflows/maven_tests.yml
@@ -83,7 +83,7 @@ jobs:
- name: CodeCov - JavaParser Core
- uses: codecov/codecov-action@v4.3.1
+ uses: codecov/codecov-action@v4.4.0
timeout-minutes: 10
with:
files: javaparser-core-testing/target/site/jacoco/jacoco.xml,javaparser-core-testing-bdd/target/site/jacoco/jacoco.xml
@@ -93,7 +93,7 @@ jobs:
env_vars: OS,JDK
- name: CodeCov - JavaParser Symbol Solver
- uses: codecov/codecov-action@v4.3.1
+ uses: codecov/codecov-action@v4.4.0
timeout-minutes: 10
with:
file: javaparser-symbol-solver-testing/target/site/jacoco/jacoco.xml