Skip to content

Commit

Permalink
Update update-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Feb 5, 2024
1 parent 91ab830 commit 895854d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 895854d

Please sign in to comment.