From 65fbf9f69426986d2a90ff1bba860bba46e3ebcb Mon Sep 17 00:00:00 2001 From: "Daniil.Karol" Date: Tue, 14 Jan 2025 12:53:35 +0100 Subject: [PATCH] changed github upload-artifact version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7734b12a..34e5b1c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: arguments: build --stacktrace - name: Upload Test Report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: test-report