Skip to content

Commit

Permalink
GHA: Uprev codecov action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Dec 28, 2024
1 parent 9c673c0 commit 39ffd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020-2021 Peter Dimov
# Copyright 2021 Andrey Semashev
# Copyright 2021 Alexander Grund
# Copyright 2021-2024 Alexander Grund
# Copyright 2022 James E. King III
#
# Distributed under the Boost Software License, Version 1.0.
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:

- name: Upload coverage
if: matrix.coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
disable_search: true
file: coverage.info
Expand Down

0 comments on commit 39ffd8f

Please sign in to comment.