Skip to content

Commit

Permalink
fix: changed the version to a SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Sep 3, 2024
1 parent 53457ac commit 7db92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run tests
run: yarn test --ci --collectCoverage
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
e2e:
Expand Down

0 comments on commit 7db92cf

Please sign in to comment.