Skip to content

Commit 62f95ec

Browse files
committed
CI: Update upload-artifact action
[why] v3 is not available anymore it seems. Anyhow, v4 is already rather old and I use it for all other Github projects already. There are some differences but here it does not have impact. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
1 parent 9bc57b7 commit 62f95ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)