File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
- run : poetry run make test
67
67
68
68
- name : Store test result artifacts
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
- path : coverage.xml
71
+ path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version }}} .xml
72
72
73
73
- name : Coveralls
74
74
env :
@@ -121,9 +121,9 @@ jobs:
121
121
- run : SQLALCHEMY_WARN_20=1 poetry run coverage run -a -m pytest src tests -vv -m 'asyncio'
122
122
123
123
- name : Store test result artifacts
124
- uses : actions/upload-artifact@v3
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
- path : coverage.xml
126
+ path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version }}}-asyncpg .xml
127
127
128
128
- name : Coveralls
129
129
env :
You can’t perform that action at this time.
0 commit comments