From ece861703d8ca95d871137cf6cf5018bf5de678f Mon Sep 17 00:00:00 2001 From: Florian Scherf Date: Wed, 7 Feb 2024 23:58:54 +0100 Subject: [PATCH] github: workflows: ci: test: setup artifacts Signed-off-by: Florian Scherf --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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