Skip to content

Commit

Permalink
Fixed a collision issue with newer versions of upload-artifact + down…
Browse files Browse the repository at this point in the history
…load-artifact in CI workflow
  • Loading branch information
jmfernandez committed Nov 21, 2024
1 parent 07cb110 commit 960bc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: echo "${{ steps.license_check_report.outputs.report }}"
- uses: actions/upload-artifact@v4
with:
name: constraints-artifacts-${{ matrix.python-version }}
retention-days: 2
path: constraints-${{ matrix.python-version }}.txt

Expand All @@ -74,6 +75,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
pattern: constraints-artifacts-*
merge-multiple: true
path: changes-dir
- name: Move artifacts to their right place
run: |
Expand Down

0 comments on commit 960bc2e

Please sign in to comment.