From daf770b8f025d0f9b97ddcbc09bb43ce7c26c1ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:33:26 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#146) * Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Need working-directory instead of directory. Ref: https://github.com/codecov/codecov-action/issues/1258#issuecomment-1938602744 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Fontein --- .github/workflows/nox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 071f6e6..66cc0d0 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -68,9 +68,9 @@ jobs: nox -v -e coverage --reuse-existing-virtualenvs --no-install - name: Upload coverage if: ${{ matrix.codecov }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - directory: antsibull-changelog + working-directory: antsibull-changelog name: "${{ matrix.session }}" env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}