diff --git a/.github/workflows/gradle_branch.yml b/.github/workflows/gradle_branch.yml index 214939c0d9..b7a429606c 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@v2.1.0 diff --git a/.github/workflows/gradle_pr.yml b/.github/workflows/gradle_pr.yml index 5b8310c635..4b956ebb17 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@v2.1.0 diff --git a/.github/workflows/gradle_release.yml b/.github/workflows/gradle_release.yml index 432d4d3eef..f03ed5110d 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@v2.1.0 - 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..f43cd00bae 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@v2.1.0 - name: Push Javadocs run: ./push_javadoc.sh # Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions