Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3.1.4 to 4.1.0"
Browse files Browse the repository at this point in the history
This reverts commit eb0ec90.

Refer to: codecov/codecov-action#1292
  • Loading branch information
adehad committed Mar 25, 2024
1 parent eb0ec90 commit 4082807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jira_cloud_ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
CI_JIRA_CLOUD_USER_TOKEN: ${{ secrets.CLOUD_USER_TOKEN }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.xml
name: ${{ runner.os }}-${{ matrix.python-version }}-Cloud
2 changes: 1 addition & 1 deletion .github/workflows/jira_server_ci.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: tox

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.xml
name: ${{ runner.os }}-${{ matrix.python-version }}
Expand Down

0 comments on commit 4082807

Please sign in to comment.