Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

build(deps): bump codecov/codecov-action from 3.1.6 to 4.3.0 #1216

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: yarn test --coverage --selectProjects "${{ matrix.project }}"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
directory: coverage
flags: ${{ matrix.project }}
Expand Down
Loading