Skip to content

Commit

Permalink
ci: bump codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Mar 5, 2024
1 parent e019d81 commit 6e7539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dart_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
run: echo "name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT

- name: ⬆️ Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
PACKAGE_PATH: ${{ inputs.working_directory}}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/flutter_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:

- name: ⬆️ Upload Coverage
if: inputs.collect_coverage == 'true'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
PACKAGE_PATH: ${{ inputs.working_directory}}
with:
Expand Down

0 comments on commit 6e7539b

Please sign in to comment.