diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a7fc50..3f00c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: shell: bash - name: Download Example PDFs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.OUTPUT_ARTIFACTS_NAME }} # Artifact containing example-cv.pdf, example-letter.pdf path: ./release-assets/ # Download to a specific directory