From cbf3951d2c81b11b7066dc291b65ebf3f740c461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:50:36 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.3.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-components-angular-tutorials.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-components-angular-tutorials.yml b/.github/workflows/e2e-components-angular-tutorials.yml index 835cc455..1dae43a6 100644 --- a/.github/workflows/e2e-components-angular-tutorials.yml +++ b/.github/workflows/e2e-components-angular-tutorials.yml @@ -48,7 +48,7 @@ jobs: # Download artifact if built from source - place it in the parent directory - name: Download OpenVidu Components Angular package if: needs.build_components.result == 'success' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ needs.build_components.outputs.artifact_name }} path: './openvidu-components-angular' @@ -80,7 +80,7 @@ jobs: # Download artifact if built from source - name: Download OpenVidu Components Angular package if: needs.build_components.result == 'success' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ needs.build_components.outputs.artifact_name }} path: './openvidu-components-angular/openvidu-demo-app'