From 6b1d5324e3102d6a10a1bc4775b3da3668881cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:33:28 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 95b0fe8..521b500 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@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: artifacts diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d65fe7c..6f561ad 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@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 with: name: windows-mingw64 path: build/libutf8proc.* diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 30fedce..fe83a7e 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@v6 + uses: actions/upload-artifact@v7 with: name: make-${{ matrix.os }} path: libutf8proc.*