From 16fd6a6afc42b43d5be694c58a88f83b0fae8a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:21:44 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.3 --- .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 bc93ca0a..4dc28993 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.0.2 + - uses: codecov/codecov-action@v5.0.3 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON