From 9ca2bedba9b0886014482ac45643230960fba6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:46:24 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fasten-go.yml | 2 +- .github/workflows/fasten-js.yml | 2 +- .github/workflows/fasten-py.yml | 2 +- .github/workflows/fasten-rust.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fasten-go.yml b/.github/workflows/fasten-go.yml index 8d50c04..f814fe1 100644 --- a/.github/workflows/fasten-go.yml +++ b/.github/workflows/fasten-go.yml @@ -52,7 +52,7 @@ jobs: run: go test -v -count=1 -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: go/coverage.out flags: go diff --git a/.github/workflows/fasten-js.yml b/.github/workflows/fasten-js.yml index 8e40d3d..e1c3d9e 100644 --- a/.github/workflows/fasten-js.yml +++ b/.github/workflows/fasten-js.yml @@ -52,7 +52,7 @@ jobs: run: npx c8 --reporter=lcov --reporter=text node --test 'test/**/*.test.mjs' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: js/coverage/lcov.info flags: js diff --git a/.github/workflows/fasten-py.yml b/.github/workflows/fasten-py.yml index 7d6dd40..c1d6e7e 100644 --- a/.github/workflows/fasten-py.yml +++ b/.github/workflows/fasten-py.yml @@ -67,7 +67,7 @@ jobs: run: pytest tests/ -v --tb=short --cov=fasten --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: python/coverage.xml flags: python diff --git a/.github/workflows/fasten-rust.yml b/.github/workflows/fasten-rust.yml index 9657ffd..ec2facb 100644 --- a/.github/workflows/fasten-rust.yml +++ b/.github/workflows/fasten-rust.yml @@ -50,7 +50,7 @@ jobs: run: apt-get update -qq && apt-get install -y --no-install-recommends gpg - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: rust/coverage.lcov flags: rust