From f4aa6950bf796a8b8f3cbf92e2525603003de48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:11:57 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- .github/workflows/vsphere.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 283193a5..513af5d3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: test - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: ${{ matrix.test.name }} name: ${{ matrix.test.name }} diff --git a/.github/workflows/vsphere.yaml b/.github/workflows/vsphere.yaml index e622ea58..b80babc2 100644 --- a/.github/workflows/vsphere.yaml +++ b/.github/workflows/vsphere.yaml @@ -54,7 +54,7 @@ jobs: GOVC_DATACENTER: ${{ secrets.GOVC_DATACENTER }} GOVC_DATASTORE: ${{ secrets.GOVC_DATASTORE }} - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: vsphere name: vsphere