From b6a69f4733f88bea559500730796c573fcbc39bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:24:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4a24838f3d5601fd639834081e118c2995d51e1c to f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05 (#456) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.e2e.yml b/.github/workflows/test.e2e.yml index a0183e01..2f22d4df 100644 --- a/.github/workflows/test.e2e.yml +++ b/.github/workflows/test.e2e.yml @@ -170,7 +170,7 @@ jobs: working-directory: ./cypress - name: Download test artifacts - uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c # v5.0.0 + uses: actions/download-artifact@f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05 # v5.0.0 with: name: cypress-test-results-${{ github.run_id }} path: ./cypress