File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- name : Build RxJava
33
33
run : ./gradlew build --stacktrace
34
34
- name : Upload to Codecov
35
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
35
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
36
36
- name : Generate Javadoc
37
37
run : ./gradlew javadoc --stacktrace
Original file line number Diff line number Diff line change 32
32
- name : Build RxJava
33
33
run : ./gradlew build --stacktrace
34
34
- name : Upload to Codecov
35
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
35
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
36
36
- name : Generate Javadoc
37
37
run : ./gradlew javadoc --stacktrace
Original file line number Diff line number Diff line change 43
43
- name : Build RxJava
44
44
run : ./gradlew build --stacktrace --no-daemon
45
45
- name : Upload to Codecov
46
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
46
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
47
47
# - name: Upload release
48
48
# run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
49
49
# env:
Original file line number Diff line number Diff line change 47
47
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USER }}
48
48
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
49
49
- name : Upload to Codecov
50
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
50
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
51
51
- name : Push Javadoc
52
52
run : ./push_javadoc.sh
53
53
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
You can’t perform that action at this time.
0 commit comments