From 992c5ff3b04ae128950b024f3b4e55205e098bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:58:26 +0000 Subject: [PATCH] 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/codecov.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/strawberry.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5087ec9..4b8f084 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,7 +18,7 @@ jobs: image: perl:stable steps: - uses: actions/checkout@v4 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index db64b60..ee0a335 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/strawberry.yml b/.github/workflows/strawberry.yml index 63bfc2b..222fb60 100644 --- a/.github/workflows/strawberry.yml +++ b/.github/workflows/strawberry.yml @@ -23,7 +23,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 7b5f0a5..e75c4aa 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@main with: submodules: recursive - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - run: perl -V - name: Install Dependencies run: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 29e6122..1c8043e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: