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'