diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ec511..7895080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,9 @@ jobs: uses: codecov/codecov-action@v3 with: file: ./coverage.xml + + - name: Upload artifacts to GitHub + uses: actions/upload-artifact@v4 + with: + name: python-${{ matrix.python-version }}-artifacts + path: tests/artifacts