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.*