Skip to content
Snippets Groups Projects
Unverified Commit abb8a062 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump actions/upload-artifact from 2 to 3 (#1698)


Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarChris Holdgraf <choldgraf@berkeley.edu>
parent ecc28795
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ jobs:
- name: Build PDF from HTML (Docs)
run: |
jb build docs --builder pdfhtml -n -W --keep-going
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: PDF_HTML
path: docs/_build/pdf/book.pdf
......@@ -77,7 +77,7 @@ jobs:
- name: Build PDF from LaTeX (Docs)
run: |
jb build docs --builder pdflatex -n -W --keep-going
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: PDF_LATEX
path: docs/_build/latex/book.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment