From f4aae8f829fe7583828c78fea9f316bf0532f211 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 11 Feb 2024 23:15:53 +0400 Subject: [PATCH] Update action.yml --- actions/test/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/test/action.yml b/actions/test/action.yml index 9ced1c2..cf39c98 100644 --- a/actions/test/action.yml +++ b/actions/test/action.yml @@ -75,9 +75,9 @@ runs: - name: Archive tests results if: ${{ runner.os == 'Linux' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 # @v4 with: name: tests path: artifacts/tests - merge-multiple: true + #merge-multiple: true retention-days: 1