From ffe8a56bd7d0542257cc9c1dc1c726c91d871005 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Sep 2024 08:57:48 +1000 Subject: [PATCH] CI: bump upload-artifact as well --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7b0e04c..86938e2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: move tarball to top level run: | mv _build/xf86-input-wacom-*tar.bz2 . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: tarball path: xf86-input-wacom-*tar.bz2 @@ -84,7 +84,7 @@ jobs: env: CC: ${{matrix.compiler}} # Capture all the meson logs, even if we failed - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ always() }} # even if we fail with: name: meson-test-logs-${{github.job}}-${{matrix.compiler}}-${{matrix.meson_options}} @@ -107,7 +107,7 @@ jobs: with: meson_args: -Dauto_features=enabled # Capture all the meson logs, even if we failed - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ always() }} # even if we fail with: name: meson-test-logs-${{github.job}} @@ -175,7 +175,7 @@ jobs: meson_args: -Dauto_features=enabled --prefix="$INSTALLDIR" ninja_args: test # Capture all the meson logs, even if we failed - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ always() }} # even if we fail with: name: tarball-build-meson-test-logs