From 30f7507c7d5555ce7f4408896c055c575b6cde34 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Sun, 10 Nov 2024 12:22:31 -0800 Subject: [PATCH 1/2] fix CI build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 513f66ee3edc1bd143d50ac6d30b94fb0f24a022 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Sun, 10 Nov 2024 12:28:44 -0800 Subject: [PATCH 2/2] fix latex bug and update WD date --- DAP.tex | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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