Skip to content

Commit 57190c1

Browse files
committed
fix: CI.
1 parent 9ca0714 commit 57190c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
run: make test
6969

7070
- name: Store test result artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
73-
path: coverage.xml
73+
path: ${{ matrix.python-version }}-${{ matrix.sqlalchemy-version }}-${{ matrix.postgres-drivername }}-coverage.xml
7474

7575
- name: Coveralls
7676
env:

0 commit comments

Comments
 (0)