From 895854d800f91e744d41ac68ad1f89d041166b87 Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Tue, 6 Feb 2024 00:16:49 +0200 Subject: [PATCH] Update update-snapshots.yml --- .github/workflows/update-snapshots.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 9bbbfa5..85a4d1b 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -128,7 +128,7 @@ jobs: - uses: actions/upload-artifact@v3 if: always() with: - name: snapshots + name: snapshots-${{ inputs.name }}-v${{ inputs.version }} path: ${{ steps.get_snapshots.outputs.path }} retention-days: 7 @@ -161,7 +161,7 @@ jobs: - uses: actions/download-artifact@v3 with: - name: snapshots + name: snapshots-${{ inputs.name }}-v${{ inputs.version }} path: ${{ steps.snapshots_folder.outputs.path }} - name: Create Pull Request