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 Nov 14, 2024
1 parent 2c71c30 commit 6e329dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
run: ./gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"
- name: 'Upload to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
./gradlew --stop
- name: 'Upload to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

release-spock:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6e329dc

Please sign in to comment.