From f6aa71a35cabd50d7a251947119f4c06de82599d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:13:49 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-alpine.yml | 2 +- .github/workflows/ci-fedora.yml | 4 ++-- .github/workflows/ci-freebsd.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-solaris.yml | 2 +- .github/workflows/ci-ubuntu.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index 4578b91c4..8f06ba13a 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -43,7 +43,7 @@ jobs: make install \ ' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-alpine diff --git a/.github/workflows/ci-fedora.yml b/.github/workflows/ci-fedora.yml index 6747453d3..b82b9eecc 100644 --- a/.github/workflows/ci-fedora.yml +++ b/.github/workflows/ci-fedora.yml @@ -84,13 +84,13 @@ jobs: python3 -c "print(' • '.join(f'{p}' for p in '$MANPAGES'.split()))" >> man/header.html echo "" >> man/header.html - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: github.ref == 'refs/heads/master' with: name: man-pages-html-${{ github.sha }} path: man - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-fedora diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 998bd6a12..86056d53c 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -50,7 +50,7 @@ jobs: make install \ ' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-freebsd diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 43e2d2954..4e808a327 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -43,7 +43,7 @@ jobs: make check make install - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-macos diff --git a/.github/workflows/ci-solaris.yml b/.github/workflows/ci-solaris.yml index 7affdfaf7..e6f99a399 100644 --- a/.github/workflows/ci-solaris.yml +++ b/.github/workflows/ci-solaris.yml @@ -44,7 +44,7 @@ jobs: make install \ ' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-solaris diff --git a/.github/workflows/ci-ubuntu.yml b/.github/workflows/ci-ubuntu.yml index 8444c9b2a..675f2baa5 100644 --- a/.github/workflows/ci-ubuntu.yml +++ b/.github/workflows/ci-ubuntu.yml @@ -89,7 +89,7 @@ jobs: make -j$(nproc) make check - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-suite-logs-ubuntu