From 0314730ec2074b104eaa8cc3ae20d3eb4072724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 10 Dec 2022 17:45:36 -0300 Subject: [PATCH] Bump actions/upload-artifact version to v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cherry-picks 3343bf54f564b22394350f4f553b4e8ad22ce590. Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/test-selenium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index a83671b182..b397c7f253 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -138,8 +138,8 @@ jobs: ./test/stop-local-server - name: Upload screenshots - uses: actions/upload-artifact@v2 - if: ${{ success() || failure() }} + uses: actions/upload-artifact@v3 + if: ${{ failure() }} with: name: selenium-screenshots path: ${{ github.workspace }}/build/selenium/**/*