From b605002b886d9136ee27f4377501e8b5bee42c51 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 7 Oct 2024 16:37:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.1 --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index acab8b21bd12..9b3cbb797629 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -45,7 +45,7 @@ jobs: run: npx nx component-test demo-cypress - name: Save Cypress Baseline Snapshots - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: path: ${{env.CYPRESS_BASELINE_SNAPSHOTS}} name: ${{env.CYPRESS_BASELINE_SNAPSHOTS_KEY}} @@ -77,7 +77,7 @@ jobs: run: tree ${{ env.CYPRESS_RESULTS_FOLDER }} -L 1 - name: Upload artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: path: '${{ env.CYPRESS_RESULTS_FOLDER }}/**/*.diff.png' name: ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} @@ -142,7 +142,7 @@ jobs: run: tree ${{ env.PLAYWRIGHT_SNAPSHOTS_PATH }} - name: Upload artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: path: | ./projects/demo-playwright/tests-results/**/*.diff.png