From 3d95d8d3bdc4e7704774daf24c7013eb12fcd5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:16:05 +0000 Subject: [PATCH] ci: 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-fuzz.yml | 2 +- .github/workflows/cmake.yml | 4 ++-- .github/workflows/make.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index a15a29f..95b0fe8 100644 --- a/.github/workflows/ci-fuzz.yml +++ b/.github/workflows/ci-fuzz.yml @@ -16,7 +16,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: artifacts diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 51210ea..d65fe7c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -27,7 +27,7 @@ jobs: run: ctest --test-dir build -V - name: Upload shared lib if: matrix.shared == 'ON' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.os }} path: | @@ -73,7 +73,7 @@ jobs: run: ctest --test-dir build -V - name: Upload shared lib if: matrix.shared == 'ON' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: windows-mingw64 path: build/libutf8proc.* diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 4f4e6aa..30fedce 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -35,7 +35,7 @@ jobs: - name: Make lib run: make - name: Upload shared lib - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: make-${{ matrix.os }} path: libutf8proc.*