Skip to content

Commit ec2cf20

Browse files
authoredMar 18, 2025··
Bump codecov/codecov-action from 4 to 5 (#1928)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a630c5 commit ec2cf20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/jira_cloud_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
CI_JIRA_CLOUD_USER_TOKEN: ${{ secrets.CLOUD_USER_TOKEN }}
5151

5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v4.1.0
53+
uses: codecov/codecov-action@v5
5454
with:
5555
file: ./coverage.xml
5656
name: ${{ runner.os }}-${{ matrix.python-version }}-Cloud

‎.github/workflows/jira_server_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: tox
4040

4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4.1.0
42+
uses: codecov/codecov-action@v5
4343
with:
4444
file: ./coverage.xml
4545
name: ${{ runner.os }}-${{ matrix.python-version }}

‎.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
token: ${{ secrets.CODECOV_TOKEN }}
176176

177177
- name: Upload coverage data
178-
uses: codecov/codecov-action@v4
178+
uses: codecov/codecov-action@v5
179179
with:
180180
name: ${{ matrix.name }}
181181
# verbose: true # optional (default = false)

0 commit comments

Comments
 (0)
Please sign in to comment.