Skip to content

Commit 21b75ad

Browse files
Fix deprecation warning
1 parent 6bfcfff commit 21b75ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
micromamba run -n myenv coverage report
7474
micromamba run -n myenv coverage xml
7575
- name: upload coverage to Codecov
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v4
7777
with:
7878
file: ./coverage.xml

0 commit comments

Comments
 (0)