Skip to content

Commit 75591c6

Browse files
committed
Update codecov action in workflows
1 parent d9cab06 commit 75591c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4848
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v1
50+
uses: codecov/codecov-action@v4

.github/workflows/build_standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build with Gradle
3535
run: ./gradlew clean build snapshot
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v1
37+
uses: codecov/codecov-action@v4
3838
- name: Unpack tar
3939
run: mkdir ./out && tar -xf ./build/distributions/*.tar --strip-components 1 -C ./out
4040
- name: Upload build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4646
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v1
48+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)