Skip to content

Commit 6bdacb4

Browse files
Bump codecov/codecov-action from 2.1.0 to 3 (#7409)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.1.0...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b385c5 commit 6bdacb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gradle_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Build RxJava
3030
run: ./gradlew build --stacktrace
3131
- name: Upload to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
- name: Generate Javadoc
3434
run: ./gradlew javadoc --stacktrace

.github/workflows/gradle_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Build RxJava
3030
run: ./gradlew build --stacktrace
3131
- name: Upload to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
- name: Generate Javadoc
3434
run: ./gradlew javadoc --stacktrace

.github/workflows/gradle_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build RxJava
3939
run: ./gradlew build --stacktrace --no-daemon
4040
- name: Upload to Codecov
41-
uses: codecov/codecov-action@v2.1.0
41+
uses: codecov/codecov-action@v3
4242
- name: Upload release
4343
run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
4444
env:

.github/workflows/gradle_snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
4343
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
4444
- name: Upload to Codecov
45-
uses: codecov/codecov-action@v2.1.0
45+
uses: codecov/codecov-action@v3
4646
- name: Push Javadoc
4747
run: ./push_javadoc.sh
4848
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions

0 commit comments

Comments
 (0)