From d14def72ca03a8e82778d8bcf443740c1d48518e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:24:03 +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 1b71f773..e842a05b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -79,7 +79,7 @@ jobs: if: always() - name: Upload selenium screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: selenium-screenshots path: /tmp/selenium-*.png