From 80f7077d1beb93a5ac2909cd69787a6779f74a2d 2024-09-20 05:00:09 From: Brigitta Sipőcz Date: 2024-09-20 05:00:09 Subject: [PATCH] CI: downgrade upload-artifact version to avoid (409) error --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bcc2d3..eb8b2b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: COLUMNS: 120 run: | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: upload pytest timing reports as json path: |