From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:02:44 +0000 (-0400) Subject: ci: bump actions/upload-artifact from 4 to 5 (#309) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5e5281850f8603f7c97decca53c0d132f2e4826a;p=utf8proc.git ci: bump actions/upload-artifact from 4 to 5 (#309) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index 268eb1e..a15a29f 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@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: artifacts diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7092e14..5c205bb 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@v4 + uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 with: name: windows-mingw64 path: build/libutf8proc.* diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index e7b4529..88c99a0 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@v4 + uses: actions/upload-artifact@v5 with: name: make-${{ matrix.os }} path: libutf8proc.*