From 133d07d7df6af2a2a92b2c152ada6602a36aa6a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:44:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 34ac5c6..c523513 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -97,7 +97,7 @@ jobs: run: test/test.sh $(cat .podman-image-id) gnome-session-x11 - name: Upload screenshot - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.image }}-x11-screenshot path: test/screenshot.png @@ -108,7 +108,7 @@ jobs: run: test/test.sh $(cat .podman-image-id) gnome-session-wayland - name: Upload screenshot - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.image }}-wayland-screenshot path: test/screenshot.png