From daaa910b9648d78700701e4f612f688cfe5bb04f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:28:18 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .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 06c7b53a..f1c6c7d5 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -102,7 +102,7 @@ jobs: if: failure() - name: Upload selenium screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: selenium-screenshots path: /tmp/selenium-*.png