diff --git a/.github/workflows/BuildTheDocs.yml b/.github/workflows/BuildTheDocs.yml index 409992f..3aec994 100644 --- a/.github/workflows/BuildTheDocs.yml +++ b/.github/workflows/BuildTheDocs.yml @@ -37,8 +37,8 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: '❗ Deprecation message' - run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' is not maintained anymore. Please switch to 'SphinxDocumentation.yml', 'LaTeXDocumentation.yml' and 'ExtractConfiguration.yml'." + - name: ⚠️ Deprecation Warning + run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' template is deprecated. Please switch to 'SphinxDocumentation.yml'. See https://pytooling.github.io/Actions/JobTemplate/Documentation/SphinxDocumentation.html" - name: ⏬ Checkout repository uses: actions/checkout@v5 diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index f81c355..7ae2299 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -71,8 +71,8 @@ jobs: runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}" steps: - - name: '❗ Deprecation message' - run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' is not maintained anymore. Please switch to 'UnitTesting.yml', 'PublishCoverageResults.yml' and 'PublishTestResults.yml'." + - name: ⚠️ Deprecation Warning + run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Testing/UnitTesting.html" - name: ⏬ Checkout repository uses: actions/checkout@v5 diff --git a/.github/workflows/NightlyRelease.yml b/.github/workflows/NightlyRelease.yml index d6d4623..88d52dd 100644 --- a/.github/workflows/NightlyRelease.yml +++ b/.github/workflows/NightlyRelease.yml @@ -100,6 +100,9 @@ jobs: # attestations: write steps: + - name: ⚠️ Deprecation Warning + run: printf "::warning title=%s::%s\n" "NightlyRelease" "'NightlyRelease.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Release/PublishReleaseNotes.html" + - name: ⏬ Checkout repository uses: actions/checkout@v5 with: diff --git a/doc/JobTemplate/Deprecated/CoverageCollection.rst b/doc/JobTemplate/Deprecated/CoverageCollection.rst index 45a0d01..2629b76 100644 --- a/doc/JobTemplate/Deprecated/CoverageCollection.rst +++ b/doc/JobTemplate/Deprecated/CoverageCollection.rst @@ -1,4 +1,4 @@ -.. _JOBTMPL/CodeCoverage: +.. _JOBTMPL/CoverageCollection: CoverageCollection ################## diff --git a/doc/JobTemplate/Templates.rst b/doc/JobTemplate/Templates.rst index 6227bb6..b4a8cb1 100644 --- a/doc/JobTemplate/Templates.rst +++ b/doc/JobTemplate/Templates.rst @@ -72,6 +72,6 @@ .. rubric:: :ref:`JOBTMPL/Deprecated` - * :ref:`JOBTMPL/CodeCoverage` + * :ref:`JOBTMPL/CoverageCollection` * :ref:`JOBTMPL/NightlyRelease` * :ref:`JOBTMPL/BuildTheDocs`