File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2 .0
18+ uses : conda-incubator/setup-miniconda@v3.3 .0
1919 with :
2020 auto-update-conda : true
2121 python-version : " 3.12"
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2 .0
18+ uses : conda-incubator/setup-miniconda@v3.3 .0
1919 with :
2020 channels : conda-forge
2121 environment-file : environment.yml
Original file line number Diff line number Diff line change 4848 with :
4949 fetch-depth : 0
5050 - name : Setup Miniconda
51- uses : conda-incubator/setup-miniconda@v3.2 .0
51+ uses : conda-incubator/setup-miniconda@v3.3 .0
5252 with :
5353 channels : conda-forge
5454 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1616 submodules : true
1717 fetch-depth : 0
1818
19- - uses : actions/setup-python@v6.1 .0
19+ - uses : actions/setup-python@v6.2 .0
2020 name : Install Python
2121 with :
2222 python-version : ' 3.11'
3636 else
3737 echo "All seem good"
3838 fi
39- - uses : actions/upload-artifact@v6
39+ - uses : actions/upload-artifact@v7
4040 with :
4141 name : releases
4242 path : dist
4545 needs : [build_artifacts]
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/download-artifact@v7
48+ - uses : actions/download-artifact@v8
4949 with :
5050 name : releases
5151 path : dist
6060 runs-on : ubuntu-latest
6161 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6262 steps :
63- - uses : actions/download-artifact@v7
63+ - uses : actions/download-artifact@v8
6464 with :
6565 name : releases
6666 path : dist
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
24- - uses : conda-incubator/setup-miniconda@v3.2 .0
24+ - uses : conda-incubator/setup-miniconda@v3.3 .0
2525 with :
2626 auto-update-conda : true
2727 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments