From a3c04d5c306c8650b5303e0c7b2f414ebae3fb09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 01:18:15 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 1f4c41b1..ebfab95f 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -92,7 +92,7 @@ jobs: if: failure() - name: Upload selenium screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: selenium-screenshots path: /tmp/selenium-*.png