We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c673c0 commit 39ffd8fCopy full SHA for 39ffd8f
.github/workflows/ci.yml
@@ -1,6 +1,6 @@
1
# Copyright 2020-2021 Peter Dimov
2
# Copyright 2021 Andrey Semashev
3
-# Copyright 2021 Alexander Grund
+# Copyright 2021-2024 Alexander Grund
4
# Copyright 2022 James E. King III
5
#
6
# Distributed under the Boost Software License, Version 1.0.
@@ -258,7 +258,7 @@ jobs:
258
259
- name: Upload coverage
260
if: matrix.coverage
261
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
262
with:
263
disable_search: true
264
file: coverage.info
0 commit comments