From 4f0cb4dd97400e7567e13a422c7370cdba53c8b1 Mon Sep 17 00:00:00 2001 From: Florian PAUL Date: Wed, 11 Sep 2024 15:46:58 +0200 Subject: [PATCH] chore: update upload-artifact --- .github/workflows/code-check.yml | 3 +-- .github/workflows/e2e-tests.yml | 3 +-- .github/workflows/it-tests.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index e2e3db2bef..fdc5440b0a 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -74,8 +74,7 @@ jobs: run: yarn ${{ env.testCmd }} - name: Publish tests reports if: always() - # TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ut-reports-${{ matrix.os }} path: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1afcdbbde0..176fbf08ad 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -41,8 +41,7 @@ jobs: - name: Publish tests reports if: failure() - # TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: e2e-report path: apps/showcase/playwright-reports diff --git a/.github/workflows/it-tests.yml b/.github/workflows/it-tests.yml index 3160e72d77..fcf6829ca9 100644 --- a/.github/workflows/it-tests.yml +++ b/.github/workflows/it-tests.yml @@ -126,8 +126,7 @@ jobs: path: it-tests.zip - name: Publish tests reports if: always() - # TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: it-reports-${{ matrix.os }}-${{ matrix.packageManager }} path: 'packages/**/dist-test/it-report.xml'