From d71a09c31e5a50ab23707cc2e40e9940d3bd7e98 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 May 2022 22:07:44 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 Signed-off-by: Renovate Bot --- .github/workflows/verify_e2e-tugboat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_e2e-tugboat.yml b/.github/workflows/verify_e2e-tugboat.yml index 3e5b8e6244..ff577922e5 100644 --- a/.github/workflows/verify_e2e-tugboat.yml +++ b/.github/workflows/verify_e2e-tugboat.yml @@ -95,7 +95,7 @@ jobs: - name: update artifact if: ${{ always() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: cypress-videos path: ./cypress/cypress/videos