Skip to content

Commit

Permalink
chore: downgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
david972 committed Aug 20, 2024
1 parent de4dcdf commit d149d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: go build -v ./...

- name: coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit d149d2d

Please sign in to comment.