diff --git a/.github/workflows/gradle_branch.yml b/.github/workflows/gradle_branch.yml index 214939c0d9..6eba031af9 100644 --- a/.github/workflows/gradle_branch.yml +++ b/.github/workflows/gradle_branch.yml @@ -29,4 +29,4 @@ jobs: - name: Build branch without snapshot run: ./gradlew -PreleaseMode=pr build --stacktrace - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 diff --git a/.github/workflows/gradle_pr.yml b/.github/workflows/gradle_pr.yml index 5b8310c635..6ce166b1a5 100644 --- a/.github/workflows/gradle_pr.yml +++ b/.github/workflows/gradle_pr.yml @@ -29,4 +29,4 @@ jobs: - name: Build PR run: ./gradlew -PreleaseMode=pr build --stacktrace - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 diff --git a/.github/workflows/gradle_release.yml b/.github/workflows/gradle_release.yml index 432d4d3eef..bfaac0d4f3 100644 --- a/.github/workflows/gradle_release.yml +++ b/.github/workflows/gradle_release.yml @@ -38,7 +38,7 @@ jobs: - name: Build and Release run: ./gradlew -PreleaseMode=full build --stacktrace --no-daemon - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 - name: Upload release run: ./gradlew -PreleaseMode=full javadocCleanup uploadArchives --no-daemon --no-parallel --stacktrace env: diff --git a/.github/workflows/gradle_snapshot.yml b/.github/workflows/gradle_snapshot.yml index 099f5e9e91..dab0410294 100644 --- a/.github/workflows/gradle_snapshot.yml +++ b/.github/workflows/gradle_snapshot.yml @@ -41,7 +41,7 @@ jobs: sonatypeUsername: ${{ secrets.SONATYPE_USER }} sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }} - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 - name: Push Javadocs run: ./push_javadoc.sh # Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions