|
14 | 14 | container: ubuntu:${{ matrix.container }} |
15 | 15 | strategy: |
16 | 16 | matrix: |
17 | | - container: ['22.04', '24.04', '25.10'] |
| 17 | + container: ['22.04', '24.04', '25.10', '26.04'] |
18 | 18 | arch: ['amd64', 'arm64'] |
19 | 19 | env: |
20 | 20 | DEBIAN_FRONTEND: noninteractive |
|
41 | 41 | - name: Lintian |
42 | 42 | run: lintian *.deb; |
43 | 43 | - name: Archive artifacts |
44 | | - uses: actions/upload-artifact@v6 |
| 44 | + uses: actions/upload-artifact@v7 |
45 | 45 | with: |
46 | 46 | name: ubuntu_${{ matrix.container }}_${{ matrix.arch }} |
47 | 47 | path: libcdoc*.* |
|
73 | 73 | cmake --build --preset ${{ matrix.target }} |
74 | 74 | cmake --build --preset ${{ matrix.target }} --target install/strip |
75 | 75 | - name: Archive artifacts |
76 | | - uses: actions/upload-artifact@v6 |
| 76 | + uses: actions/upload-artifact@v7 |
77 | 77 | with: |
78 | 78 | name: ${{ matrix.target }} |
79 | 79 | path: | |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | - name: Install |
113 | 113 | run: cmake --build --preset ${{ matrix.target }} --target install/strip |
114 | 114 | - name: Archive artifacts |
115 | | - uses: actions/upload-artifact@v6 |
| 115 | + uses: actions/upload-artifact@v7 |
116 | 116 | with: |
117 | 117 | name: ${{ matrix.target }} |
118 | 118 | path: ${{ env.DEST }} |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | ctest -V -C RelWithDebInfo --test-dir build |
156 | 156 | cmake --install build --config RelWithDebInfo --prefix ${{ env.DEST }} |
157 | 157 | - name: Archive artifacts |
158 | | - uses: actions/upload-artifact@v6 |
| 158 | + uses: actions/upload-artifact@v7 |
159 | 159 | with: |
160 | 160 | name: ${{ matrix.image }}_${{ matrix.platform }} |
161 | 161 | path: ${{ env.DEST }} |
|
0 commit comments