diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d15fda8..3ba88a5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install packages (Windows) if: runner.os == 'Windows' diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index e783921..14a5a18 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install packages (Ubuntu) if: runner.os == 'Linux' && matrix.packages @@ -127,7 +127,7 @@ jobs: QEMU_RUN: ${{ matrix.qemu-run }} - name: Upload build errors - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ${{ matrix.name }} (configure) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 48cd2b9..ddca83c 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -18,7 +18,7 @@ jobs: dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts