Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 22e953a commit 991d7b2
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/[email protected].0
uses: codecov/[email protected].1
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/[email protected].0
uses: codecov/[email protected].1
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 991d7b2

Please sign in to comment.