From 5ded0b69f1a10750fa219eb1f15e55d4d2d23f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:32:29 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8a4139a..951d9ebd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: - name: Test with pytest run: | SKIP_DIFF_TESTS=1 pytest --cov=flux_local --cov-report=term-missing --snapshot-warn-unused - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON From 0215297c9d95ba8edfcd6493fa4bb249a5bef4d8 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Fri, 15 Nov 2024 20:31:13 -0800 Subject: [PATCH 2/2] Update .github/workflows/test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 951d9ebd..b813ad10 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: - name: Test with pytest run: | SKIP_DIFF_TESTS=1 pytest --cov=flux_local --cov-report=term-missing --snapshot-warn-unused - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v5.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON