From c103bc7f011104dee04943fad289967770e4b209 Mon Sep 17 00:00:00 2001 From: Thomas Barber <59735858+tmbrbr@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:34:33 +0200 Subject: [PATCH] Update upload artifact version to v4 Update upload artifact version to v4: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f923bb29aa90e..08b6e16702c7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: python3 js/src/tests/parse_output.py - name: Upload Report - uses: actions/upload-artifact@v2 # upload test results + uses: actions/upload-artifact@v4 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results