diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e578fd5d..9229d169 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: ./report-${ENVNAME}.json + path: ./report-*.json - uses: codecov/codecov-action@v4 - name: Build docs if: ${{ matrix.python-version == '3.11'}}