From 7ab39727860f7e4f1ed4876dea5b1ec362a0b0b5 Mon Sep 17 00:00:00 2001 From: Savalle Renaud Date: Wed, 12 Feb 2025 12:17:43 +0100 Subject: [PATCH 1/2] 2 minor english corrections --- StandardsRegExt.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StandardsRegExt.tex b/StandardsRegExt.tex index 78ea358..d39ab94 100644 --- a/StandardsRegExt.tex +++ b/StandardsRegExt.tex @@ -128,7 +128,7 @@ \section{Introduction} This document defines a VOResource extension schema called -StandardsRegExt which allows one to describe a standard +StandardsRegExt which allows standards writers to describe a standard and register it with an IVOA registry. By doing so, a unique IVOA identifier becomes ``attached'' to the standard which can be referred to in other resource descriptions, namely for services that support the @@ -326,7 +326,7 @@ \subsection{The Schema Namespace and Location} Authors of VOResource instance documents may choose to provide a location for the VOResource XML Schema document and its extensions using the -\xmlel{xsi:schemaLocation} attribute. While the choice of +\xmlel{xsi:schemaLocation} attribute. While the location value is the choice of the author, this specification recommends using the StandardsRegExt namespace URI as its location URL (as illustrated in the example above), as in, From d53604cd578b26560288af009dfd41089d43afc2 Mon Sep 17 00:00:00 2001 From: Savalle Renaud Date: Wed, 12 Feb 2025 12:20:52 +0100 Subject: [PATCH 2/2] upgraded actions/upload-artifact from v1 to v4 cf https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- .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 ba988b9..bf7fe8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,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