From bafac3e43f488f4f4049403b69048a5f18b0dbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:12:06 +0000 Subject: [PATCH] dependabot: bump codecov/codecov-action from 1.2.1 to 5.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.2.1 to 5.0.2. - [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/v1.2.1...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 171706fa..5a67cf4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: mv -v build/distributions/$plugin ./ echo "build-test-linux=$plugin" >> $GITHUB_OUTPUT - name: Uploads coverage - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} - uses: actions/upload-artifact@v4