From 0820fccb2128e7265454d5997d3d6a9932c8a97e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:13:20 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..8f25f6800 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@v7 with: path: ./public