diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a002c5e..0c697d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: test -f ${{ env.doc_name }}.bbl - name: Keep the PDF artefact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: PDF Preview path: ${{ env.doc_name }}.pdf diff --git a/DAP.tex b/DAP.tex index 12808ce..765e95f 100644 --- a/DAP.tex +++ b/DAP.tex @@ -18,7 +18,7 @@ \author{Patrick Dowler} \author{Douglas Tody} \author{Fran\c cois Bonnarel} -\author[Gregory Dubois-Felsmann} +\author{Gregory Dubois-Felsmann} \editor{Patrick Dowler, Fran\c cois Bonnarel, Gregory Dubois-Felsmann} diff --git a/Makefile b/Makefile index 400833f..f55fd0b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DOCNAME = DAP DOCVERSION = 2.1 # Publication date, ISO format; update manually for "releases" -DOCDATE = 2022-09-28 +DOCDATE = 2024-11-11 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = WD