From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:01:41 +0000 (+0000) Subject: Bump actions/upload-artifact from 5 to 6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1464%2Fhead;p=thirdparty%2Fcups.git 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] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 140d575810..dc8bc822ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Test CUPS run: make test - name: Upload Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} with: name: ubuntu-openssl-test-results @@ -66,7 +66,7 @@ jobs: - name: Test CUPS run: make test - name: Upload Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} with: name: ubuntu-gnutls-test-results @@ -93,7 +93,7 @@ jobs: - name: Test CUPS run: make test - name: Upload Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} with: name: macos-test-results