Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Dec 18, 2023
1 parent 9c4e899 commit 9991256
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload lockfile
uses: actions/upload-artifact@v4
with:
name: conda-lock-${{ matrix.python-version }}.yaml
name: lockfile-${{ matrix.python-version }}
path: conda/conda-lock-${{ matrix.python-version }}.yaml

open-pr:
Expand All @@ -48,13 +48,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Delete old lockfiles
run: |
rm -f conda/conda-lock-*.yaml
- name: Download all lockfiles
uses: actions/download-artifact@v4
with:
path: conda
path: /tmp/conda
- name: Replace existing lockfiles with downloaded
run: |
mv /tmp/conda/lockfile-*/* conda/
- name: Print diff
run: |
pwd
Expand Down

0 comments on commit 9991256

Please sign in to comment.