From 76156087c8c4cf77a5857ecabc9197154c6f97c8 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Feb 2024 09:21:03 -0800 Subject: [PATCH] Update github actions versions. --- .github/workflows/cmake.yml | 2 +- .github/workflows/configure.yml | 4 ++-- .github/workflows/fuzz.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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