diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 694eb05..956702e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: python-version: '3.10' - run: pip install jupytext - run: make notebooks - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: notebooks path: | @@ -30,7 +30,7 @@ jobs: python-version: '3.10' - run: pip install jinja2 - run: make index - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: index path: | @@ -48,7 +48,7 @@ jobs: glob_root_file: true latexmk_shell_escape: true work_in_root_file_dir: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: pdf path: "*/*.pdf" @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - run: mv notebooks/environment.yml ./environment.yml - run: mv index/* ./ - run: mv pdf/*/*.pdf ./pdf/