From 4b2be865f25ac4a5d5d568d8b74884c7652b0d50 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 17:08:37 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ee1fe7..64797e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,6 @@ jobs: - name: Install nodejs run: apt-get update && apt-get install -y nodejs - name: Get PDFs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'