Skip to content

Commit

Permalink
chore: Fix update-dictionaries.yml
Browse files Browse the repository at this point in the history
The new artifacts actions need unique store names.
  • Loading branch information
Jason3S committed Dec 21, 2023
1 parent 32f8790 commit d61e8b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-dictionaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: store diff
uses: actions/upload-artifact@v4
with:
name: diffs
name: diffs-update
path: temp/*.diff
retention-days: 1

Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: store diff
uses: actions/upload-artifact@v4
with:
name: diffs
name: diffs-integrations-${{ matrix.repo }}
path: temp/*.diff
retention-days: 1

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
- name: store diff
uses: actions/upload-artifact@v4
with:
name: diffs
name: diffs-update-snapshots
path: temp/*.diff
retention-days: 1

Expand Down Expand Up @@ -313,8 +313,9 @@ jobs:
- name: restore repos
uses: actions/download-artifact@v4
with:
name: diffs
pattern: diffs-*
path: temp
merge-multiple: true
- name: show downloaded
run: ls -alF temp

Expand Down

0 comments on commit d61e8b5

Please sign in to comment.