From 8c6dfc0b555774a8c050ea46dd253145a77b856c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:26:27 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c80e937e..a98abb3c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -34,7 +34,7 @@ jobs: run: mkdocs build - name: Provide PDF as artefact of build - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pdf-version path: ./site/pdf/lpic2book.pdf