Skip to content

Commit 350a633

Browse files
authored
Merge pull request #185 from stfc/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 2184fee + 38ecb31 commit 350a633

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/MonitoringTools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cd MonitoringTools && python3 -m pytest . --cov-report xml:coverage.xml --cov
4040

4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
4444
token: ${{secrets.CODECOV_TOKEN}}
4545
files: ./MonitoringTools/coverage.xml

.github/workflows/prometheus_query_to_csv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cd prometheus_query_to_csv && python3 -m pytest . --cov-report xml:coverage.xml --cov
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{secrets.CODECOV_TOKEN}}
4242
files: ./prometheus_query_to_csv/coverage.xml

.github/workflows/rabbit_consumer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cd OpenStack-Rabbit-Consumer && python -m coverage xml
4545
4646
- name: Upload coverage to codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
files: OpenStack-Rabbit-Consumer/coverage.xml
5050
fail_ci_if_error: true

0 commit comments

Comments
 (0)