From 0320c60c01ffba196a2b194ab610ddfed7df3321 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Tue, 16 Apr 2024 15:00:11 -0700 Subject: [PATCH] chore: update codecov version, add token --- .github/workflows/test-contracts.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-contracts.yaml b/.github/workflows/test-contracts.yaml index 3f28a9e..884badd 100644 --- a/.github/workflows/test-contracts.yaml +++ b/.github/workflows/test-contracts.yaml @@ -33,6 +33,7 @@ jobs: with: args: test --coverage - name: "Upload code coverage" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.lcov + token: ${{ secrets.CODECOV_TOKEN }}