From 012b50165b8dcc1d62961f788dbbc35d5c438d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:55:54 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 in the all-actions group (#248) --- .github/workflows/pytest-snapshots.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-snapshots.yaml b/.github/workflows/pytest-snapshots.yaml index d3afca5452..1348cd4163 100644 --- a/.github/workflows/pytest-snapshots.yaml +++ b/.github/workflows/pytest-snapshots.yaml @@ -84,6 +84,6 @@ jobs: shell: bash - name: Upload test coverage to Codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # required \ No newline at end of file diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8ca222bb14..36ea581978 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -141,7 +141,7 @@ jobs: shell: bash - name: Upload test coverage to Codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # required