Skip to content

Commit efacfe8

Browse files
committed
CI: Add Ubuntu 24, update upload-artifact action to v4
Signed-off-by: Lars Froehlich <lars.froehlich@desy.de>
1 parent 260a7ba commit efacfe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Build and Tests
2929
strategy:
3030
matrix:
31-
os: [ ubuntu-20.04, ubuntu-22.04 ]
31+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- run: |
@@ -68,7 +68,7 @@ jobs:
6868
run: ./meson.py test -C build.release
6969

7070
- name: Save error logs
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
if: ${{ always() && steps.buildnormal.outcome == 'failure' }}
7373
with:
7474
name: Meson-logs-${{ matrix.os }}
@@ -79,7 +79,7 @@ jobs:
7979
run: ./meson.py test -C build.asan
8080

8181
- name: Save error logs
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
if: ${{ always() && steps.buildasan.outcome == 'failure' }}
8484
with:
8585
name: Meson-logs-${{ matrix.os }}

0 commit comments

Comments
 (0)