From fd54f201d77229b0d288a29ddd5aca10420828a2 Mon Sep 17 00:00:00 2001 From: Hoang Lan Le <68813268+nalgnaohel@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:29:35 +0700 Subject: [PATCH] fix upload artifact version test_debug.yml Signed-off-by: Hoang Lan Le <68813268+nalgnaohel@users.noreply.github.com> --- .github/workflows/test_debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_debug.yml b/.github/workflows/test_debug.yml index c3ae7a5..7c6d4df 100644 --- a/.github/workflows/test_debug.yml +++ b/.github/workflows/test_debug.yml @@ -27,7 +27,7 @@ jobs: - name: Upload Test Reports if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.3 with: name: test-reports path: '**/build/reports/tests/'