Skip to content

Commit 7040eb0

Browse files
committed
Update upload artifact action
1 parent 7244d1a commit 7040eb0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/check_sphinx_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
submodules: true
1717

1818
- name: Install Conda environment from environment.yml
19-
uses: mamba-org/provision-with-micromamba@v11
19+
uses: mamba-org/setup-micromamba@v2.0.0
20+
environment-file: environment.yml
21+
cache-environment: true
2022

2123
- name: Build documentation
2224
shell: bash -l {0}
@@ -29,7 +31,7 @@ jobs:
2931

3032
# https://github.com/actions/upload-artifact
3133
- name: Upload Website artifact
32-
uses: actions/upload-artifact@v1
34+
uses: actions/upload-artifact@v4
3335
with:
3436
name: Website
3537
path: site.tar.gz

0 commit comments

Comments
 (0)