diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index 72f48ad..2403713 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -202,7 +202,7 @@ jobs: run: | meson test -C builddir --setup=ci --print-errorlogs --no-stdsplit - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: ${{ matrix.image }}-${{ matrix.buildtype }} diff --git a/.github/workflows/clang-format.yaml b/.github/workflows/clang-format.yaml index 6f206bc..e221033 100644 --- a/.github/workflows/clang-format.yaml +++ b/.github/workflows/clang-format.yaml @@ -47,7 +47,7 @@ jobs: - name: Upload diff if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: diff path: clang-format.patch