Skip to content

Commit

Permalink
build: upgrade codecov from v3 to v3, use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored May 14, 2024
1 parent fce8a3b commit 41816d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: npm run docs

- name: Run Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 41816d3

Please sign in to comment.