Skip to content

Commit

Permalink
CI: Allow for recent v5 versions of codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Nov 26, 2024
1 parent 563dc59 commit 605a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
path: build

- name: Upload coverage report
uses: codecov/codecov-action@v5.0.3 # Bug in recent versions leading to "Missing Head Commit" error
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/stdgpu_coverage.info
Expand Down

0 comments on commit 605a6f0

Please sign in to comment.