Skip to content

Commit

Permalink
build(deps): revert version change for codecov/codecov-action from 4 …
Browse files Browse the repository at this point in the history
…to 3

codecov/codecov-action#1089
Signed-off-by: hagen1778 <roman@victoriametrics.com>
  • Loading branch information
hagen1778 authored and Andrew Chubatiuk committed Oct 3, 2023
1 parent 3d576fd commit 0505481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
make ${{ matrix.scenario}}
- name: Publish coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt

Expand Down

0 comments on commit 0505481

Please sign in to comment.