From 6f9f78937042090b867f298e916070e62467ff3e Mon Sep 17 00:00:00 2001 From: Marius Lindauer Date: Wed, 19 Apr 2023 21:14:16 +0200 Subject: [PATCH] Update compile-all-on-push.yml --- .github/workflows/compile-all-on-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile-all-on-push.yml b/.github/workflows/compile-all-on-push.yml index 1edab04..8d6bbfe 100644 --- a/.github/workflows/compile-all-on-push.yml +++ b/.github/workflows/compile-all-on-push.yml @@ -28,13 +28,13 @@ jobs: "handout", ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: compile week ${{ matrix.week }} with xelatex uses: ./.github/actions/xelatex-week with: folder: ${{ matrix.week }} mode: ${{ matrix.mode }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Slides ${{ matrix.week }} (${{ matrix.mode }}) path: ${{ matrix.week }}/${{ matrix.mode }}/*.pdf @@ -59,8 +59,8 @@ jobs: "w11_wrap_up" ] steps: - - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/checkout@v3 + - uses: actions/download-artifact@v3 with: name: Slides ${{ matrix.week }} (handout) path: ${{ matrix.week }}/