From 8521573582cc8f241e4f9c2a01f8cebf52e7517f Mon Sep 17 00:00:00 2001 From: Markus Petke Date: Fri, 21 Jun 2024 09:24:20 +0200 Subject: [PATCH] update upload action --- .github/workflows/project-creation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}