Skip to content

Commit

Permalink
FIX: merge multiple uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 2, 2024
1 parent d630a52 commit dc473c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: pip-compile --no-annotate --strip-extras --upgrade requirements.in
- uses: actions/upload-artifact@v4
with:
name: pip-constraints
path: |
binder/requirements.txt
requirements.txt
Expand All @@ -54,6 +55,9 @@ jobs:
with:
token: ${{ secrets.PAT }}
- uses: actions/download-artifact@v4
with:
merge-multiple: true
path: artifact
- run: ls -A
- name: Move artifacts to correct location
run: |
Expand Down

0 comments on commit dc473c8

Please sign in to comment.