Skip to content

Commit 39ffd8f

Browse files
authored
GHA: Uprev codecov action to v5
1 parent 9c673c0 commit 39ffd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2020-2021 Peter Dimov
22
# Copyright 2021 Andrey Semashev
3-
# Copyright 2021 Alexander Grund
3+
# Copyright 2021-2024 Alexander Grund
44
# Copyright 2022 James E. King III
55
#
66
# Distributed under the Boost Software License, Version 1.0.
@@ -258,7 +258,7 @@ jobs:
258258

259259
- name: Upload coverage
260260
if: matrix.coverage
261-
uses: codecov/codecov-action@v4
261+
uses: codecov/codecov-action@v5
262262
with:
263263
disable_search: true
264264
file: coverage.info

0 commit comments

Comments
 (0)