Skip to content

Commit ffe8a56

Browse files
committed
CI: bump upload-artifact as well
1 parent edcece4 commit ffe8a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: move tarball to top level
5454
run: |
5555
mv _build/xf86-input-wacom-*tar.bz2 .
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
with:
5858
name: tarball
5959
path: xf86-input-wacom-*tar.bz2
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
CC: ${{matrix.compiler}}
8686
# Capture all the meson logs, even if we failed
87-
- uses: actions/upload-artifact@v3
87+
- uses: actions/upload-artifact@v4
8888
if: ${{ always() }} # even if we fail
8989
with:
9090
name: meson-test-logs-${{github.job}}-${{matrix.compiler}}-${{matrix.meson_options}}
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
meson_args: -Dauto_features=enabled
109109
# Capture all the meson logs, even if we failed
110-
- uses: actions/upload-artifact@v3
110+
- uses: actions/upload-artifact@v4
111111
if: ${{ always() }} # even if we fail
112112
with:
113113
name: meson-test-logs-${{github.job}}
@@ -175,7 +175,7 @@ jobs:
175175
meson_args: -Dauto_features=enabled --prefix="$INSTALLDIR"
176176
ninja_args: test
177177
# Capture all the meson logs, even if we failed
178-
- uses: actions/upload-artifact@v3
178+
- uses: actions/upload-artifact@v4
179179
if: ${{ always() }} # even if we fail
180180
with:
181181
name: tarball-build-meson-test-logs

0 commit comments

Comments
 (0)