From 189b2e293a2e7e1caa8cb88a2e961b5843b4adf6 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 25 Jan 2025 12:08:46 -0500 Subject: fix: use modern process --- .github/workflows/codecoverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index fad42e6c..fc5ac63d 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -78,9 +78,9 @@ jobs: working-directory: ${{ steps.identify.outputs.collection_path }} - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ${{ steps.identify.outputs.collection_path }} fail_ci_if_error: false - secrets: - token: ${{ secrets.CODECOV_TOKEN }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3