Skip to content

Commit

Permalink
Merge branch 'main' into add_top_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed Jan 30, 2025
2 parents fda455f + 620cf65 commit 0c5fde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare_environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ runs:
conda env export --file ${{ inputs.NAME }}_environment.yml
- name: 'Upload environment artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.NAME }}_environment
path: ${{ inputs.NAME }}_environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow_no_dev_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
conda env export --file ${{ matrix.NAME }}_environment.yml
- name: 'Upload environment artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.NAME }}_environment
path: ${{ matrix.NAME }}_environment.yml
Expand Down

0 comments on commit 0c5fde0

Please sign in to comment.