Skip to content

Commit

Permalink
Merge pull request #59 from HiSPARC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
153957 authored Dec 18, 2023
2 parents 09df9ea + c7a6c29 commit 4b1d17b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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"
Expand All @@ -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/
Expand Down

0 comments on commit 4b1d17b

Please sign in to comment.