From a90260fa910e8d5fcda63ae2eb49f70cf85c0cb4 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 17 Sep 2024 14:42:23 +0100 Subject: [PATCH] downgrade artifact action --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dac3916e4c..0f12f4b845 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,7 +61,7 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: qa path: out/ @@ -110,7 +110,7 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: qa path: out/ -- 2.47.2