Skip to content

Commit

Permalink
Changing artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Feb 11, 2025
1 parent 89073aa commit f63d131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
conda install -c conda-forge tqdm mendeleev pyfftw pytest
conda build . --output-folder conda-bld/
- name: Archive packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: anaconda-packages
path: conda-bld/noarch/*
Expand All @@ -67,7 +67,7 @@ jobs:
python-version: 3.8
auto-activate-base: false
- name: Retrieve packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: anaconda-packages
path: packages
Expand Down

0 comments on commit f63d131

Please sign in to comment.