[latex3-commits] [latex3/latex2e] develop: Bump actions/upload-artifact from 3 to 4 (#1213) (c40d617f)

github at latex-project.org github at latex-project.org
Wed Jan 3 14:51:28 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/c40d617fd12ff0236c02a3ab2731b1cf6aa46f7a

>---------------------------------------------------------------

commit c40d617fd12ff0236c02a3ab2731b1cf6aa46f7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 3 13:51:28 2024 +0000

    Bump actions/upload-artifact from 3 to 4 (#1213)


>---------------------------------------------------------------

c40d617fd12ff0236c02a3ab2731b1cf6aa46f7a
 .github/workflows/main.yaml    | 2 +-
 .github/workflows/pretest.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 264ca0e0..297b09e7 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -189,7 +189,7 @@ jobs:
         run: l3build doc -q -H --show-log-on-error
       # Now we create the artifacts for the generated documentation
       - name: Archive documentation
-        uses: actions/upload-artifact at v3
+        uses: actions/upload-artifact at v4
         with:
           # example names: "Documentation-base-1", "Documentation-requires"
           name: Documentation-${{ matrix.module }}${{ matrix.environment && format('-{0}', env.LTX_DOC_COMPONENT) || ''}}
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index 121aeb2c..17ac078b 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -167,7 +167,7 @@ jobs:
         run: l3build doc -q -H --show-log-on-error
       # Now we create the artifacts for the generated documentation
       - name: Archive documentation
-        uses: actions/upload-artifact at v3
+        uses: actions/upload-artifact at v4
         with:
           # example names: "Documentation-base-1", "Documentation-requires"
           name: Documentation-${{ matrix.module }}${{ matrix.environment && format('-{0}', env.LTX_DOC_COMPONENT) || ''}}





More information about the latex3-commits mailing list.