diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46d82c1..3f3dfa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: if: ${{ github.event_name == matrix.event-name || matrix.os == 'ubuntu-latest' }} - name: Upload test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }} path: python_junit.xml