53
53
- name : move tarball to top level
54
54
run : |
55
55
mv _build/xf86-input-wacom-*tar.bz2 .
56
- - uses : actions/upload-artifact@v3
56
+ - uses : actions/upload-artifact@v4
57
57
with :
58
58
name : tarball
59
59
path : xf86-input-wacom-*tar.bz2
84
84
env :
85
85
CC : ${{matrix.compiler}}
86
86
# Capture all the meson logs, even if we failed
87
- - uses : actions/upload-artifact@v3
87
+ - uses : actions/upload-artifact@v4
88
88
if : ${{ always() }} # even if we fail
89
89
with :
90
90
name : meson-test-logs-${{github.job}}-${{matrix.compiler}}-${{matrix.meson_options}}
@@ -107,7 +107,7 @@ jobs:
107
107
with :
108
108
meson_args : -Dauto_features=enabled
109
109
# Capture all the meson logs, even if we failed
110
- - uses : actions/upload-artifact@v3
110
+ - uses : actions/upload-artifact@v4
111
111
if : ${{ always() }} # even if we fail
112
112
with :
113
113
name : meson-test-logs-${{github.job}}
@@ -175,7 +175,7 @@ jobs:
175
175
meson_args : -Dauto_features=enabled --prefix="$INSTALLDIR"
176
176
ninja_args : test
177
177
# Capture all the meson logs, even if we failed
178
- - uses : actions/upload-artifact@v3
178
+ - uses : actions/upload-artifact@v4
179
179
if : ${{ always() }} # even if we fail
180
180
with :
181
181
name : tarball-build-meson-test-logs
0 commit comments