From ed896b80b7b686a53048381c6439845114fbb526 Mon Sep 17 00:00:00 2001 From: Stanislav Lysak Date: Wed, 11 Dec 2024 13:32:52 +0200 Subject: [PATCH] . --- .github/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0bef36f65..bbb584115 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: - name: Upload stateless uses: actions/upload-artifact@v4 with: - name: stateless-build + name: upload-stateless-build path: stateless-build.tar build-stateful: @@ -87,7 +87,7 @@ jobs: - name: Upload stateful uses: actions/upload-artifact@v4 with: - name: stateful-build + name: upload-stateful-build path: stateful-build.tar stateless: @@ -114,11 +114,11 @@ jobs: - run: pnpm rebuild -r - - name: Stateless Download build + - name: Download build id: download uses: actions/download-artifact@v4 with: - name: stateless-build + name: download-stateless-build - name: Untar files run: tar -xvf stateless-build.tar @@ -163,11 +163,11 @@ jobs: - run: pnpm rebuild -r - - name: Stateful Download build + - name: Download build id: download uses: actions/download-artifact@v4 with: - name: stateful-build + name: download-stateful-build - name: Untar files run: tar -xvf stateful-build.tar