Skip to content

Commit dfd9c76

Browse files
authored
Merge branch 'main' into philipc2/disable-numba-for-tests
2 parents 67cf163 + 8fc8d52 commit dfd9c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload code coverage to Codecov
7777
if: github.repository == 'UXARRAY/uxarray'
78-
uses: codecov/codecov-action@v4.6.0
78+
uses: codecov/codecov-action@v5.0.2
7979
env:
8080
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8181
with:

0 commit comments

Comments
 (0)