File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 67
67
run : poetry run coverage xml -o coverage-${{ matrix.os }}-${{ matrix.python }}.xml
68
68
69
69
- name : Store coverage report
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4.0.0
71
71
with :
72
- name : coverage-report
72
+ name : coverage-${{ matrix.os }}-${{ matrix.python }}
73
73
path : coverage-${{ matrix.os }}-${{ matrix.python }}.xml
74
74
75
75
upload_coverage :
@@ -78,12 +78,12 @@ jobs:
78
78
steps :
79
79
- uses : actions/checkout@v4.1.1
80
80
- name : Download coverage reports
81
- uses : actions/download-artifact@v3
81
+ uses : actions/download-artifact@v4.0.0
82
82
with :
83
- name : coverage-report
84
- - uses : codecov/codecov-action@v3
83
+ path : coverage-report
84
+ - uses : codecov/codecov-action@v3.1.4
85
85
with :
86
- files : " *.xml"
86
+ files : " coverage-report/**/ *.xml"
87
87
88
88
integration :
89
89
name : Integration Tests
You can’t perform that action at this time.
0 commit comments