From c04844ac2b9428ebf7d682bf6f9061d798508529 Mon Sep 17 00:00:00 2001 From: tillumination Date: Sat, 21 Sep 2024 12:31:05 +0200 Subject: [PATCH] tries to fix pipeline for tex documents --- .github/workflows/CompileTex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompileTex.yml b/.github/workflows/CompileTex.yml index cb90a2eb..37d16803 100644 --- a/.github/workflows/CompileTex.yml +++ b/.github/workflows/CompileTex.yml @@ -20,7 +20,7 @@ jobs: apk add make zip cd sheets ; make zip --junk-paths sheets */jvk-blatt*.pdf - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: github.ref == 'refs/heads/master' with: name: sheet-pdfs