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 837620d4..ed67d133 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
| @@ -105,7 +105,7 @@ jobs: | |||
| 105 | 105 | ||
| 106 | steps: | 106 | steps: |
| 107 | - name: Checkout repository | 107 | - name: Checkout repository |
| 108 | uses: actions/checkout@v4 | 108 | uses: actions/checkout@v6 |
| 109 | 109 | ||
| 110 | - name: Install packages (Ubuntu) | 110 | - name: Install packages (Ubuntu) |
| 111 | if: runner.os == 'Linux' && matrix.packages | 111 | if: runner.os == 'Linux' && matrix.packages |
| @@ -137,7 +137,7 @@ jobs: | |||
| 137 | QEMU_RUN: ${{ matrix.qemu-run }} | 137 | QEMU_RUN: ${{ matrix.qemu-run }} |
| 138 | 138 | ||
| 139 | - name: Upload build errors | 139 | - name: Upload build errors |
| 140 | uses: actions/upload-artifact@v4 | 140 | uses: actions/upload-artifact@v6 |
| 141 | if: failure() | 141 | if: failure() |
| 142 | with: | 142 | with: |
| 143 | name: ${{ matrix.name }} (configure) | 143 | name: ${{ matrix.name }} (configure) |
