From 9beefe8370b7033500e7a4b31b323489dd6948c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:44:27 -0700 Subject: [PATCH] chore(deps): bump the gh-deps group across 2 directories with 1 update (#3816) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/dart_package/action.yaml | 2 +- .github/workflows/_shorebird_ci_dart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/dart_package/action.yaml b/.github/actions/dart_package/action.yaml index 6c9f016b..a1aa2193 100644 --- a/.github/actions/dart_package/action.yaml +++ b/.github/actions/dart_package/action.yaml @@ -81,7 +81,7 @@ runs: run: echo "package_name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT - name: 📊 Upload Coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: ${{ steps.split.outputs.package_name }} token: ${{ inputs.codecov_token }} diff --git a/.github/workflows/_shorebird_ci_dart.yaml b/.github/workflows/_shorebird_ci_dart.yaml index e71c309d..9d25d630 100644 --- a/.github/workflows/_shorebird_ci_dart.yaml +++ b/.github/workflows/_shorebird_ci_dart.yaml @@ -65,7 +65,7 @@ jobs: dart test --coverage=coverage && \ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --report-on=lib --check-ignore - if: inputs.has_unit_tests - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: ${{ inputs.package_name }} working-directory: ${{ inputs.package_path }}