Skip to content

Commit

Permalink
feat(ci): downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 23, 2024
1 parent 816c568 commit d1d7da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: yarn test

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit d1d7da0

Please sign in to comment.