From ab53f5aa5a87ce21e07c619a65fc3e558520838c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:01:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index caa8a0a71..4aade8cec 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -78,7 +78,7 @@ jobs: cp -r findutils/docs/book public/findutils/docs - name: Upload artifact for checking the output - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: path: ./public