From 6d12c4d468609f3379c2a697cf404ea12f761b83 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 18:50:17 +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 9c2db8a..6358c95 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 && node --version - name: Get PDFs - uses: actions/download-artifact@v2 + uses: https://gitea.com/actions/download-artifact@v3 - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'