diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index cfc113bb..6bc8ad83 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -64,7 +64,7 @@ jobs: run: nox -p 3.11 -s format lint docstrings docs - name: Archive test report on failure - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-reports