File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Install Conda environment with Micromamba
15- uses : mamba-org/setup-micromamba@v1
15+ uses : mamba-org/setup-micromamba@v2
1616 with :
1717 environment-file : dev-environment.yml
1818 - name : Install
2121 run : make -C docs html
2222 - name : Publish
2323 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
24- uses : peaceiris/actions-gh-pages@v3
24+ uses : peaceiris/actions-gh-pages@v4
2525 with :
2626 github_token : ${{ secrets.GITHUB_TOKEN }}
2727 publish_dir : ./docs/_build/html
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Install Conda environment with Micromamba
25- uses : mamba-org/setup-micromamba@v1
25+ uses : mamba-org/setup-micromamba@v2
2626 with :
2727 environment-file : dev-environment.yml
2828
3333 sha256sum * | tee SHA256SUMS
3434
3535 - name : Upload builds
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : dist ${{ github.run_number }}
3939 path : ./dist
6666 uses : actions/checkout@v4
6767
6868 - name : Install Conda environment with Micromamba
69- uses : mamba-org/setup-micromamba@v1
69+ uses : mamba-org/setup-micromamba@v2
7070 with :
7171 environment-file : dev-environment.yml
7272 create-args : >-
8080 name : Install matplotlib pinned
8181 run : micromamba install matplotlib=${{ matrix.mpl-version}}.*
8282
83- - uses : actions/download-artifact@v3
83+ - uses : actions/download-artifact@v4
8484 with :
8585 name : dist ${{ github.run_number }}
8686 path : ./dist
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Upload UI Test artifacts
123123 if : always() && matrix.os == 'ubuntu'
124- uses : actions/upload-artifact@v3
124+ uses : actions/upload-artifact@v4
125125 with :
126126 name : ui-test-output
127127 path : |
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ jobs:
1111 - uses : actions/checkout@v4
1212
1313 - name : Install Conda environment with Micromamba
14- uses : mamba-org/provision-with- micromamba@main
14+ uses : mamba-org/setup- micromamba@v2
1515 with :
16- channels : conda-forge
17- environment-file : false
1816 environment-name : ipympl-release
19- extra-specs : |
17+ create-args : >-
2018 python=3.9
2119 jupyterlab
2220 yarn
Original file line number Diff line number Diff line change 3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Install Conda environment with Micromamba
39- uses : mamba-org/setup-micromamba@v1
39+ uses : mamba-org/setup-micromamba@v2
4040 with :
4141 environment-file : dev-environment.yml
4242 create-args : >-
You can’t perform that action at this time.
0 commit comments