Skip to content

Commit

Permalink
Revert "chore(deps): update codecov/codecov-action action to v4 (#40)" (
Browse files Browse the repository at this point in the history
#42)

This reverts commit 17f7ba5.
  • Loading branch information
stu01509 authored Sep 21, 2023
1 parent 17f7ba5 commit 4595bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Flake8 Lint Check
run: flake8
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Flake8 Lint Check
run: flake8
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4595bf0

Please sign in to comment.