Skip to content

Commit 960bc2e

Browse files
committed
Fixed a collision issue with newer versions of upload-artifact + download-artifact in CI workflow
1 parent 07cb110 commit 960bc2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: echo "${{ steps.license_check_report.outputs.report }}"
6363
- uses: actions/upload-artifact@v4
6464
with:
65+
name: constraints-artifacts-${{ matrix.python-version }}
6566
retention-days: 2
6667
path: constraints-${{ matrix.python-version }}.txt
6768

@@ -74,6 +75,8 @@ jobs:
7475
- uses: actions/checkout@v4
7576
- uses: actions/download-artifact@v4
7677
with:
78+
pattern: constraints-artifacts-*
79+
merge-multiple: true
7780
path: changes-dir
7881
- name: Move artifacts to their right place
7982
run: |

0 commit comments

Comments
 (0)