Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Apr 9, 2024
1 parent 1fd1945 commit 9299bae
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.2.0
uses: codecov/codecov-action@v4.3.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.2.0
uses: codecov/codecov-action@v4.3.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 9299bae

Please sign in to comment.