[latex3-commits] [latex3/latex3] main: Bump actions/upload-artifact from 3 to 4 (#1390) (b4f39c031)

github at latex-project.org github at latex-project.org
Mon Dec 18 09:20:29 CET 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/b4f39c0316ebbc029a586bcafc0d6dfb22ac6dbd

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

commit b4f39c0316ebbc029a586bcafc0d6dfb22ac6dbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 18 08:20:29 2023 +0000

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


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

b4f39c0316ebbc029a586bcafc0d6dfb22ac6dbd
 .github/workflows/deploy.yaml | 2 +-
 .github/workflows/main.yaml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c19cc8734..73aa79ace 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -29,7 +29,7 @@ jobs:
         run: l3build ctan -q -H --show-log-on-error
       - name: Archive failed test output
         if: ${{ failure() }}
-        uses: actions/upload-artifact at v3
+        uses: actions/upload-artifact at v4
         with:
           name: testfiles
           path: build/test*/*.diff
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 950f6da88..07bef11dc 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -54,7 +54,7 @@ jobs:
       # 1. If we failed running tests
       - name: Archive failed test output
         if: ${{ matrix.artifact_name != 'Documentation' && failure() }}
-        uses: actions/upload-artifact at v3
+        uses: actions/upload-artifact at v4
         with:
           name: ${{ matrix.artifact_name }}
           path: build/test*/*.diff
@@ -63,7 +63,7 @@ jobs:
       # 2. If we succeed building documentation
       - name: Archive documentation
         if: ${{ matrix.artifact_name == 'Documentation' && success() }}
-        uses: actions/upload-artifact at v3
+        uses: actions/upload-artifact at v4
         with:
           name: ${{ matrix.artifact_name }}
           path: "**/*.pdf"





More information about the latex3-commits mailing list.