From a44785544a18b8c0d8846ae4fea42de89b94aed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:04:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3947c982..4115e00d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: cd build-release rm -f -- *.o ./prpll -h - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: always() with: name: ${{ matrix.os }}_${{ matrix.cxx }}_prpll @@ -79,7 +79,7 @@ jobs: cd build-release rm *.o .\prpll.exe -h - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: always() with: name: win_${{ matrix.cxx }}_prpll @@ -100,7 +100,7 @@ jobs: cd build-release rm -f -- *.o ./prpll -h - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: always() with: name: macos_prpll