Skip to content

Commit

Permalink
Downgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 9, 2025
1 parent 3f9fcc8 commit b8368c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run coverage
run: make coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
file: ./coverage.txt
build:
runs-on: ubuntu-latest
name: Build
Expand Down

0 comments on commit b8368c1

Please sign in to comment.