We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7244d1a commit 7040eb0Copy full SHA for 7040eb0
1 file changed
.github/workflows/check_sphinx_build.yml
@@ -16,7 +16,9 @@ jobs:
16
submodules: true
17
18
- name: Install Conda environment from environment.yml
19
- uses: mamba-org/provision-with-micromamba@v11
+ uses: mamba-org/setup-micromamba@v2.0.0
20
+ environment-file: environment.yml
21
+ cache-environment: true
22
23
- name: Build documentation
24
shell: bash -l {0}
@@ -29,7 +31,7 @@ jobs:
29
31
30
32
# https://github.com/actions/upload-artifact
33
- name: Upload Website artifact
- uses: actions/upload-artifact@v1
34
+ uses: actions/upload-artifact@v4
35
with:
36
name: Website
37
path: site.tar.gz
0 commit comments