Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Nov 20, 2024
1 parent f9e52df commit e964331
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@v5.0.2
uses: codecov/codecov-action@v5.0.4
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@v5.0.2
uses: codecov/codecov-action@v5.0.4
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 e964331

Please sign in to comment.