We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cb110 commit 960bc2eCopy full SHA for 960bc2e
.github/workflows/pre-commit.yml
@@ -62,6 +62,7 @@ jobs:
62
run: echo "${{ steps.license_check_report.outputs.report }}"
63
- uses: actions/upload-artifact@v4
64
with:
65
+ name: constraints-artifacts-${{ matrix.python-version }}
66
retention-days: 2
67
path: constraints-${{ matrix.python-version }}.txt
68
@@ -74,6 +75,8 @@ jobs:
74
75
- uses: actions/checkout@v4
76
- uses: actions/download-artifact@v4
77
78
+ pattern: constraints-artifacts-*
79
+ merge-multiple: true
80
path: changes-dir
81
- name: Move artifacts to their right place
82
run: |
0 commit comments