chore(deps): bump codecov/codecov-action from 5 to 6 in /.github/actions/dart_package in the gh-deps group across 1 directory (#3687)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-08 15:29:20 -07:00
committed by GitHub
parent cdbf2929b2
commit 9e17ada4c0
+1 -1
View File
@@ -81,7 +81,7 @@ runs:
run: echo "package_name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT
- name: 📊 Upload Coverage
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
flags: ${{ steps.split.outputs.package_name }}
token: ${{ inputs.codecov_token }}