diff options
-rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
-rw-r--r-- | .github/workflows/configure.yml | 4 | ||||
-rw-r--r-- | .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: | |||
58 | 58 | ||
59 | steps: | 59 | steps: |
60 | - name: Checkout repository | 60 | - name: Checkout repository |
61 | uses: actions/checkout@v3 | 61 | uses: actions/checkout@v4 |
62 | 62 | ||
63 | - name: Install packages (Windows) | 63 | - name: Install packages (Windows) |
64 | if: runner.os == 'Windows' | 64 | 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: | |||
95 | 95 | ||
96 | steps: | 96 | steps: |
97 | - name: Checkout repository | 97 | - name: Checkout repository |
98 | uses: actions/checkout@v3 | 98 | uses: actions/checkout@v4 |
99 | 99 | ||
100 | - name: Install packages (Ubuntu) | 100 | - name: Install packages (Ubuntu) |
101 | if: runner.os == 'Linux' && matrix.packages | 101 | if: runner.os == 'Linux' && matrix.packages |
@@ -127,7 +127,7 @@ jobs: | |||
127 | QEMU_RUN: ${{ matrix.qemu-run }} | 127 | QEMU_RUN: ${{ matrix.qemu-run }} |
128 | 128 | ||
129 | - name: Upload build errors | 129 | - name: Upload build errors |
130 | uses: actions/upload-artifact@v3 | 130 | uses: actions/upload-artifact@v4 |
131 | if: failure() | 131 | if: failure() |
132 | with: | 132 | with: |
133 | name: ${{ matrix.name }} (configure) | 133 | 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: | |||
18 | dry-run: false | 18 | dry-run: false |
19 | 19 | ||
20 | - name: Upload Crash | 20 | - name: Upload Crash |
21 | uses: actions/upload-artifact@v3 | 21 | uses: actions/upload-artifact@v4 |
22 | if: failure() | 22 | if: failure() |
23 | with: | 23 | with: |
24 | name: artifacts | 24 | name: artifacts |