Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Nov 14, 2024
1 parent 9c01746 commit 22e953a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
JAVA_VERSION: ${{ matrix.java_version }}
run: ./gradlew build --no-daemon
- name: Upload build code coverage
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
JAVA_VERSION: ${{ matrix.java_version }}
run: ./gradlew build --no-daemon
- name: Upload build code coverage
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down

0 comments on commit 22e953a

Please sign in to comment.