Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed May 14, 2024
1 parent 119a40c commit ee449e5
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 @@ -27,7 +27,7 @@ jobs:
run: ./gradlew build

- name: Upload build code coverage
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}

with:
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 @@ -26,7 +26,7 @@ jobs:
run: ./gradlew build

- name: Upload windows build code coverage
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ee449e5

Please sign in to comment.