From ab0ecec8f1874dcf57105bc2d455f83fa1da1b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:51:07 +0000 Subject: [PATCH] Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7aaa8a8c..ee07125f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -398,11 +398,11 @@ jobs: # Some files (e.g. junit reports) have 600 permissions. # As of upload-pages-artifact@v1.0.9, permissions must be set explicitly # to 0755 (as indicated in warnings produced by v1.0.8) - - name: Fix permissions to actions/upload-pages-artifact@v4.0.0 + - name: Fix permissions to actions/upload-pages-artifact@v5.0.0 run: sudo chmod -c -R 0755 target-ALL/site - name: Upload artifact if: always() - uses: actions/upload-pages-artifact@v4.0.0 + uses: actions/upload-pages-artifact@v5.0.0 with: path: 'target-ALL/site' - name: Deploy to GitHub Pages