diff options
Diffstat (limited to '.github/workflows/cmake.yml')
| -rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 70f667ca..5409195c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
| @@ -109,7 +109,7 @@ jobs: | |||
| 109 | 109 | ||
| 110 | steps: | 110 | steps: |
| 111 | - name: Checkout repository | 111 | - name: Checkout repository |
| 112 | uses: actions/checkout@v4 | 112 | uses: actions/checkout@v6 |
| 113 | 113 | ||
| 114 | - name: Install packages (Windows) | 114 | - name: Install packages (Windows) |
| 115 | if: runner.os == 'Windows' | 115 | if: runner.os == 'Windows' |
| @@ -137,7 +137,7 @@ jobs: | |||
| 137 | run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }} | 137 | run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }} |
| 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 }} (cmake) | 143 | name: ${{ matrix.name }} (cmake) |
