diff options
Diffstat (limited to '.github/workflows/configure.yml')
-rw-r--r-- | .github/workflows/configure.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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) |