From fb4d9fc4fb5e6901603b17bc7967ee488eca565c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 22:13:16 +0100 Subject: [PATCH] ci: harden npm telegram artifact upload --- .github/workflows/npm-telegram-beta-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-telegram-beta-e2e.yml b/.github/workflows/npm-telegram-beta-e2e.yml index 2dd18804055..27c31f08c26 100644 --- a/.github/workflows/npm-telegram-beta-e2e.yml +++ b/.github/workflows/npm-telegram-beta-e2e.yml @@ -225,6 +225,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: npm-telegram-beta-e2e-${{ github.run_id }}-${{ github.run_attempt }} - path: ${{ steps.run_lane.outputs.output_dir }} + path: .artifacts/qa-e2e/ retention-days: 14 if-no-files-found: warn