diff --git a/.github/workflows/project-creation.yaml b/.github/workflows/project-creation.yaml index 36281ec..37d6518 100644 --- a/.github/workflows/project-creation.yaml +++ b/.github/workflows/project-creation.yaml @@ -69,7 +69,7 @@ jobs: pytest --ignore-glob=**/.devcontainer/* --ignore-glob=**/.skeleton/* ./components/cores/uapp-java/.project-creation - name: Upload logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: logs_${{ matrix.example }}