diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98cc0aef..1b1802b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,11 +55,11 @@ jobs: --json-report\ --json-report-file=report-${ENVNAME}.json\ lib tests - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: upload pytest timing reports as json with: - path: | - ./report-*.json + name: pytest-timing-${{ matrix.os }}-${{ matrix.python-version }} + path: ./report-*.json - uses: codecov/codecov-action@v5 - name: Build docs if: ${{ matrix.python-version == '3.11'}}