We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
adehad
ssbarnea
Learn more about funding links in repositories.
Report abuse
1 parent 795b91c commit eb0ec90Copy full SHA for eb0ec90
.github/workflows/jira_cloud_ci.yml
@@ -50,7 +50,7 @@ jobs:
50
CI_JIRA_CLOUD_USER_TOKEN: ${{ secrets.CLOUD_USER_TOKEN }}
51
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.1.0
54
with:
55
file: ./coverage.xml
56
name: ${{ runner.os }}-${{ matrix.python-version }}-Cloud
.github/workflows/jira_server_ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: tox
40
41
42
43
44
45
name: ${{ runner.os }}-${{ matrix.python-version }}
0 commit comments