[latex3-commits] [latex3/luaotfload] dev: Pointless changes (b0f14417)
github at latex-project.org
github at latex-project.org
Sat Jan 27 17:40:49 CET 2024
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/b0f14417ff02c15bacd4719e53d82957d411a442
>---------------------------------------------------------------
commit b0f14417ff02c15bacd4719e53d82957d411a442
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Jan 27 17:40:49 2024 +0100
Pointless changes
>---------------------------------------------------------------
b0f14417ff02c15bacd4719e53d82957d411a442
.github/workflows/main.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index d1d90929..8eb1e8b4 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -38,7 +38,7 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- name: Install TeX Live
@@ -62,7 +62,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.