diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64797e2..3a01f27 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@v3 + uses: actions/download-artifact@v2 - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'