Skip to content

Commit

Permalink
set codecov-action to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Apr 18, 2024
1 parent e290fd8 commit 2fbe108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
env:
GH_INSTANCE_INDEX: ${{ matrix.instance }}

- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
- uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docker-sanity:
needs: [ build, lint ]
Expand Down

0 comments on commit 2fbe108

Please sign in to comment.